aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
diff options
context:
space:
mode:
authorDaniel Colson <danieljamescolson@gmail.com>2018-04-03 21:34:51 -0400
committerDaniel Colson <danieljamescolson@gmail.com>2018-04-03 22:35:49 -0400
commitc1ceafc9d128b430f27d43d98369683c59c33021 (patch)
tree119aac63e2ff8970d18ef9e8d641a2c0c3e458f1 /activerecord/test/cases/migration_test.rb
parentf88f5a457cb95dc22519aa33b527a73f198e92e8 (diff)
downloadrails-c1ceafc9d128b430f27d43d98369683c59c33021.tar.gz
rails-c1ceafc9d128b430f27d43d98369683c59c33021.tar.bz2
rails-c1ceafc9d128b430f27d43d98369683c59c33021.zip
Autocorrect `refute` RuboCop violations
73e7aab behaved as expected on codeship, failing the build with exactly these RuboCop violations. Hopefully `rubocop -a` will have been enough to get a passing build!
Diffstat (limited to 'activerecord/test/cases/migration_test.rb')
-rw-r--r--activerecord/test/cases/migration_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb
index f77a275544..e3fd7d1a7b 100644
--- a/activerecord/test/cases/migration_test.rb
+++ b/activerecord/test/cases/migration_test.rb
@@ -404,7 +404,7 @@ class MigrationTest < ActiveRecord::TestCase
ENV["RAILS_ENV"] = ENV["RACK_ENV"] = "foofoo"
new_env = ActiveRecord::ConnectionHandling::DEFAULT_ENV.call
- refute_equal current_env, new_env
+ assert_not_equal current_env, new_env
sleep 1 # mysql by default does not store fractional seconds in the database
migrator.up