Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Apr 1, 2017
1 parent f25ebb4 commit e2c818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/react_on_rails/version_checker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class FakeLogger
attr_accessor :message

def warn(message)
def error(message)
self.message = message
end
end
Expand Down

0 comments on commit e2c818c

Please sign in to comment.