Sha256: 0af33169b801fe7d1cf58c7c86011e574028fc031a51e7af7b45b5c322dc243a
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in rspec-its.gemspec gemspec %w[rspec rspec-core rspec-expectations rspec-mocks].each do |lib| library_path = File.expand_path("../../#{lib}", __FILE__) if File.exist?(library_path) gem lib, :path => library_path else gem lib, :git => "git://github.com/rspec/#{lib}.git" end end # test coverage gem 'simplecov', :require => false gem 'coveralls', :require => false eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-its-1.0.0.pre | Gemfile |