Skip to content

Commit

Permalink
beaker gemfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed May 6, 2015
1 parent 16988df commit 754c927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ group :development, :unit_tests do
end

group :system_tests do
if beaker_version = ENV['BEAKER_VERSION']
gem 'beaker', *location_for(beaker_version)
end
if beaker_rspec_version = ENV['BEAKER_RSPEC_VERSION']
gem 'beaker-rspec', *location_for(beaker_rspec_version)
else
Expand Down

0 comments on commit 754c927

Please sign in to comment.