spec/spec_helper.rb in pgcrypto-0.2.0 vs spec/spec_helper.rb in pgcrypto-0.2.1

- old
+ new

@@ -28,10 +28,9 @@ ActiveRecord::Base.connection.create_database(database_config[:database]) rescue nil # Now connect to the newly created database ActiveRecord::Base.establish_connection(database_config) - silence_stream(STDOUT) do # ...and load in the pgcrypto extension ActiveRecord::Base.connection.execute(%[CREATE EXTENSION pgcrypto]) # ...and then set up the pgcrypto_columns and pgcrypto_test_models fun