BTW: I'm using rails 3.
One more thing. I'm trying to set up a test in a block like so:
<% ab_test :sign_up_options do |button_text| %>
<%= button_to button_text, :new_user_registration,
{:method=>:get, 'data-theme'=>'mp'} %>
<% end %>
and I'm getting this error:
undefined method `block_called_from_erb?' for #<#<Class:0x1054b72f0>:
0x1054b0310>
I thought that block_called_from_erb? had been removed in Rails 3?
Doesn't this gem support Rails 3?
Thanks in advance for your help.