spec/rails_app/Gemfile in netzke-testing-0.11.2 vs spec/rails_app/Gemfile in netzke-testing-0.12.0.beta
- old
+ new
@@ -41,7 +41,11 @@
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
+
+ gem 'rspec-rails'
+ gem 'capybara'
+ gem 'selenium-webdriver'
end