collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

Add RSpec 3 support #67

Closed skalee closed 10 years ago

skalee commented 10 years ago

This introduces new gemfiles for Travis, please organize them whatever you want.

skalee commented 10 years ago

Suggestions applied. gemfiles/rspec2.gemfile is a duplication of Gemfile, should I remove it? Or maybe should I substitute Gemfile with symlink to gemfiles/rspec.gemfile (not sure if it will work on Win, though)?

laserlemon commented 10 years ago

Don't worry about duplication between the default gemfile and the RSpec 2 variant. The purpose of the RSpec 2 gemfile is to be a snapshot and the default gemfile will change as time goes on.

laserlemon commented 10 years ago

@skalee Thank you! :clap: