Skip to content

Commit

Permalink
Add rspec-collection_matchers which was extracted out of rspec 3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison authored and tbugai committed May 28, 2014
1 parent 27dff6b commit 3ea6ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -58,6 +58,7 @@ end

group :development, :test do
gem 'rspec-rails', '~> 3.0.0.beta2'
gem 'rspec-collection_matchers'
gem 'pry-rails'
gem 'pry-remote'
gem 'launchy'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -310,6 +310,8 @@ GEM
request_store (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec-collection_matchers (0.0.4)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.0.0.rc1)
rspec-support (= 3.0.0.rc1)
rspec-expectations (3.0.0.rc1)
Expand Down Expand Up @@ -440,6 +442,7 @@ DEPENDENCIES
rails (~> 4.1.0)
rails_12factor
ransack!
rspec-collection_matchers
rspec-rails (~> 3.0.0.beta2)
rubocop
sass-rails (~> 4.0.0)
Expand Down

0 comments on commit 3ea6ea6

Please sign in to comment.