spec/spec_helper.rb in ridgepole-0.1.2 vs spec/spec_helper.rb in ridgepole-0.1.3

- old
+ new

@@ -1,8 +1,10 @@ $: << File.expand_path('..', __FILE__) require 'ridgepole' require 'string_ext' +ActiveRecord::Migration.verbose = false + RSpec.configure do |config| config.before(:each) do restore_database end end \ No newline at end of file