Skip to content

Commit

Permalink
fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Oct 18, 2016
1 parent 5494f79 commit 1b55a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/textacular/trigram_installer_spec.rb
@@ -1,7 +1,7 @@
RSpec.describe "Textacular::TrigramInstaller" do
let(:content) do
<<-MIGRATION
class InstallTrigram < ActiveRecord::Migration
class InstallTrigram < ActiveRecord::Migration[5.0]
def self.up
ActiveRecord::Base.connection.execute("CREATE EXTENSION IF NOT EXISTS pg_trgm;")
end
Expand Down

0 comments on commit 1b55a7e

Please sign in to comment.