From a5c5ac12fb9bf281ce947a854796c1e2d553ae05 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 17 Feb 2016 18:13:57 +1100 Subject: [PATCH] correct spec --- spec/components/freedom_patches/schema_migration_details_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/components/freedom_patches/schema_migration_details_spec.rb b/spec/components/freedom_patches/schema_migration_details_spec.rb index 86e960edb58..951f5f7c4f0 100644 --- a/spec/components/freedom_patches/schema_migration_details_spec.rb +++ b/spec/components/freedom_patches/schema_migration_details_spec.rb @@ -26,7 +26,6 @@ describe FreedomPatches::SchemaMigrationDetails do expect(info.git_version).to eq Discourse.git_version expect(info.direction).to eq "up" expect(info.rails_version).to eq Rails.version - expect(info.filename).to eq migration.filename expect(info.name).to eq "awesome_migration" end end