Ruby on Rails
Friday, February 25, 2011
I use rspec with shoulda, since shoulda now supports ( and will only support) rspec's syntax, the context framework is going to be taken out and will not be updated so at the end it will all look like rspec matchers.
I use
group :test do
gem 'rspec', '>=2.0.0'
gem 'rspec-rails', '>=2.0.0'
gem 'shoulda'
gem "factory_girl_rails"
gem 'cucumber', ">=0.6.3"
gem 'cucumber-rails', ">=0.3.2"
gem 'capybara', ">=0.3.6"
gem 'database_cleaner', ">=0.5.0"
gem 'spork', ">=0.8.4"
gem 'launchy'
gem "pickle", ">=0.4.2"
gem "selenium-webdriver"
end
and
Faker
autotest-fsevent (0.2.4)
autotest-growl (0.2.9)
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment