spec/spec_helper.rb in carrierwave-base64-2.5.0 vs spec/spec_helper.rb in carrierwave-base64-2.5.1
- old
+ new
@@ -20,9 +20,10 @@
database: ':memory:'
)
load 'support/schema.rb'
require 'support/models'
+require 'support/custom_expectations/warn_expectation'
def file_path(*paths)
File.expand_path(File.join(File.dirname(__FILE__), *paths))
end