aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-12 20:29:15 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-13 09:24:43 -0200
commit17ccefc4360caea1a80eada324513dc6cb809c75 (patch)
treeb7741b29488087d2abb4ab75b667b113b978ab6d /activesupport/lib/active_support
parent25b23d7ecc3a6c339fb580bd94dc5830ceb71b6f (diff)
downloadrails-17ccefc4360caea1a80eada324513dc6cb809c75.tar.gz
rails-17ccefc4360caea1a80eada324513dc6cb809c75.tar.bz2
rails-17ccefc4360caea1a80eada324513dc6cb809c75.zip
Update mocha version to 0.13.0 and change requires
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/testing/mochaing.rb2
-rw-r--r--activesupport/lib/active_support/testing/setup_and_teardown.rb1
2 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/testing/mochaing.rb b/activesupport/lib/active_support/testing/mochaing.rb
index 0161476d79..ae4e7e9a1f 100644
--- a/activesupport/lib/active_support/testing/mochaing.rb
+++ b/activesupport/lib/active_support/testing/mochaing.rb
@@ -4,4 +4,4 @@ rescue LoadError
# Fake Mocha::ExpectationError so we can rescue it in #run. Bleh.
Object.const_set :Mocha, Module.new
Mocha.const_set :ExpectationError, Class.new(StandardError)
-end \ No newline at end of file
+end
diff --git a/activesupport/lib/active_support/testing/setup_and_teardown.rb b/activesupport/lib/active_support/testing/setup_and_teardown.rb
index d21511d4db..e5353f65cf 100644
--- a/activesupport/lib/active_support/testing/setup_and_teardown.rb
+++ b/activesupport/lib/active_support/testing/setup_and_teardown.rb
@@ -116,7 +116,6 @@ module ActiveSupport
end
end
end
-
end
end
end