initial commit
This commit is contained in:
8
test/gem_rake_bundler/Gemfile
Normal file
8
test/gem_rake_bundler/Gemfile
Normal file
@@ -0,0 +1,8 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Specify your gem's dependencies in ariblib.gemspec
|
||||
group :development, :test do
|
||||
gem 'rake'
|
||||
gem 'rspec'
|
||||
gem 'selenium-webdriver'
|
||||
end
|
||||
Reference in New Issue
Block a user