Skip to content

Commit

Permalink
Fix a rebase failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Phippen committed Aug 23, 2013
1 parent aac3cc2 commit ff83d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/mocks/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def syntax
syntaxes
end

<<<<<<< HEAD
def verify_doubled_constant_names?
!!@verify_doubled_constant_names
end
Expand All @@ -81,6 +80,8 @@ def transfer_nested_constants?
# stubbing constants.
def transfer_nested_constants=(val)
@transfer_nested_constants = val
end

def reset_syntaxes_to_default
self.syntax = [:should, :expect]
@should_warn_about_should = true
Expand All @@ -103,4 +104,3 @@ def self.configuration
configuration.reset_syntaxes_to_default
end
end

0 comments on commit ff83d8a

Please sign in to comment.