Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
spec: Embrace rspec3
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Mar 21, 2014
1 parent 41716e9 commit c2d0e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
config.mock_with :rspec do |c|
c.yield_receiver_to_any_instance_implementation_blocks = true
end
config.expect_with :rspec do |c|
c.syntax = :expect
end
config.raise_errors_for_deprecations!
end

0 comments on commit c2d0e0a

Please sign in to comment.