The step definition is actually:

Then /^should exist exactly "(.*)" users$/ do |cnt|
  User.count.should == cnt.to_i
end

but that doesn't change anything, please help!
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to