We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16988df commit 754c927Copy full SHA for 754c927
Gemfile
@@ -19,6 +19,9 @@ group :development, :unit_tests do
19
end
20
21
group :system_tests do
22
+ if beaker_version = ENV['BEAKER_VERSION']
23
+ gem 'beaker', *location_for(beaker_version)
24
+ end
25
if beaker_rspec_version = ENV['BEAKER_RSPEC_VERSION']
26
gem 'beaker-rspec', *location_for(beaker_rspec_version)
27
else
0 commit comments