lib/paperclip/matchers.rb in paperclip-3.4.1 vs lib/paperclip/matchers.rb in paperclip-3.4.2
- old
+ new
@@ -13,10 +13,10 @@
#
# require "paperclip/matchers"
#
# And _include_ the module:
#
- # Spec::Runner.configure do |config|
+ # RSpec.configure do |config|
# config.include Paperclip::Shoulda::Matchers
# end
#
# Example:
# describe User do