Skip to content

Commit

Permalink
Update rspec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Aug 3, 2013
1 parent c590995 commit 6cab37f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'
gemspec

gem "sprockets-rails"
gem "activemodel" # https://github.com/rspec/rspec-rails/pull/798
2 changes: 1 addition & 1 deletion konacha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ the asset pipeline and engines.}
gem.add_dependency "colorize"

gem.add_development_dependency "jquery-rails"
gem.add_development_dependency "rspec-rails", "~> 2.12"
gem.add_development_dependency "rspec-rails", "~> 2.14"
gem.add_development_dependency "capybara-firebug", "~> 1.1"
gem.add_development_dependency "coffee-script"
gem.add_development_dependency "ejs"
Expand Down
1 change: 0 additions & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require "action_controller/railtie"
require "action_view/railtie"
require "active_model/railtie" # https://github.com/rspec/rspec-rails/pull/642
require "sprockets/railtie"

if defined?(Bundler)
Expand Down
2 changes: 1 addition & 1 deletion spec/runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
subject.reporter.should_receive(:process_mocha_event).with(pass)
subject.reporter.should_receive(:process_mocha_event).with(pending)
subject.reporter.should_receive(:process_mocha_event).with(end_event)
subject.reporter.should_receive(:process_mocha_event).any_number_of_times
subject.reporter.stub(:process_mocha_event)
subject.run
end

Expand Down

0 comments on commit 6cab37f

Please sign in to comment.