bintz-integration_testing_s.../skel/Gemfile-additions

24 lines
753 B
Plaintext
Raw Normal View History

2013-07-09 21:11:22 +00:00
<% if rails %>
2013-01-26 00:01:49 +00:00
gem 'semantic_rails_view_helpers', :git => 'git://github.com/johnbintz/semantic_rails_view_helpers.git'
2013-07-09 21:11:22 +00:00
<% end %>
2013-01-26 00:01:49 +00:00
group :cucumber do
gem 'cucumber'
gem 'cuke-pack', :git => 'git://github.com/johnbintz/cuke-pack.git'
gem 'foreman'
gem 'guard'
2013-04-04 16:06:29 +00:00
gem 'guard-cucumber', :git => 'git://github.com/johnbintz/guard-cucumber.git', :branch => 'paths_from_profile'
2013-01-26 00:01:49 +00:00
gem 'rb-fsevent' # => for mac systems
2013-07-09 21:11:22 +00:00
gem 'rspec'
<% if rails %>
gem 'cucumber-rails'
gem 'database_cleaner'
gem 'capybara'
2013-01-26 00:01:49 +00:00
gem 'persistent_selenium', :git => 'git://github.com/johnbintz/persistent_selenium.git'
gem 'poltergeist'
gem 'capybara-rails-log-inspection', :git => 'git://github.com/johnbintz/capybara-rails-log-inspection.git'
2013-07-09 21:11:22 +00:00
<% end %>
2013-01-26 00:01:49 +00:00
end