Skip to content

Commit

Permalink
Enforce the new syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 26, 2013
1 parent 9b57e0c commit bf7f491
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 @@ -144,6 +144,10 @@ def without_env_vars(*vars)
expectations.syntax = :expect
end

c.mock_with :rspec do |mocks|
mocks.syntax = :expect
end

# runtime options
c.color = !in_editor?
c.filter_run :focus
Expand Down

0 comments on commit bf7f491

Please sign in to comment.