Sha256: 18499e5962fccc64cd2d0c684d70c26a6d72505b53bbcbd6be13dc7c32e14955

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

source "http://rubygems.org"

gem "rake"
gem "cucumber"
gem "aruba", ">= 0.2.0"
gem "autotest"
gem "diff-lcs"
gem "rspec-expectations", :path => "."
gem "rspec-core", :path => "../rspec-core"
gem "rspec-mocks", :path => "../rspec-mocks"
gem "watchr"
gem "rcov"

case RUBY_VERSION
when '1.9.2'
  gem 'ruby-debug19'
when /^1\.8/
  gem 'ruby-debug'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-expectations-2.0.0.rc Gemfile