Sha256: 4b637958461fbf4a0026ade5a78df757ec2260a3c0c40120cf9f265b6bcd09f0
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
gem 'cucumber-pro', '0.0.13', :group => :test source 'https://rubygems.org' gemspec load File.expand_path('../Gemfile.local', __FILE__) if File.file? File.expand_path('../Gemfile.local', __FILE__) unless ENV['CUCUMBER_USE_RELEASED_CORE'] core_path = File.expand_path('../../cucumber-ruby-core', __FILE__) wire_path = File.expand_path('../../cucumber-ruby-wire', __FILE__) if File.exist?(core_path) && !ENV['CUCUMBER_USE_GIT_CORE'] gem 'cucumber-core', :path => core_path else gem 'cucumber-core', :git => 'https://github.com/cucumber/cucumber-ruby-core.git' end if File.exist?(wire_path) && !ENV['CUCUMBER_USE_GIT_WIRE'] gem 'cucumber-wire', :path => wire_path else gem 'cucumber-wire', :git => 'https://github.com/cucumber/cucumber-ruby-wire.git' end if ENV['CUCUMBER_EXPRESSIONS'] gem 'cucumber-expressions', :path => ENV['CUCUMBER_EXPRESSIONS'] else gem 'cucumber-expressions', :git => 'https://github.com/cucumber/cucumber-expressions-ruby.git' end end gem 'mime-types', '~>2.99'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cucumber-3.0.1 | Gemfile |
cucumber-3.0.0 | Gemfile |
cucumber-3.0.0.pre.2 | Gemfile |