Skip to content

Commit

Permalink
Fix deprecation message from Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Jan 9, 2013
1 parent a058957 commit 2dee1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/base_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require "fixtures/comment"
require 'active_support/json'
require 'active_support/core_ext/hash/conversions'
require 'mocha'
require 'mocha/setup'

class BaseTest < ActiveSupport::TestCase
def setup
Expand Down

0 comments on commit 2dee1db

Please sign in to comment.