Skip to content

Commit

Permalink
Merge pull request #2197 from swcraig/remove-unused-paperclip-spec-ma…
Browse files Browse the repository at this point in the history
…tchers

Remove unused Paperclip spec matchers
  • Loading branch information
cbrunsdon authored Sep 6, 2017
2 parents d913087 + a2d0dd0 commit 16349d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions backend/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
require 'spree/testing_support/order_walkthrough'
require 'spree/testing_support/capybara_ext'

require 'paperclip/matchers'

require 'capybara-screenshot/rspec'
Capybara.save_path = ENV['CIRCLE_ARTIFACTS'] if ENV['CIRCLE_ARTIFACTS']

Expand Down Expand Up @@ -119,8 +117,6 @@
config.include Spree::TestingSupport::ControllerRequests, type: :controller
config.include Spree::TestingSupport::Flash

config.include Paperclip::Shoulda::Matchers

config.extend WithModel

config.fail_fast = ENV['FAIL_FAST'] || false
Expand Down
4 changes: 0 additions & 4 deletions frontend/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
require 'spree/testing_support/order_walkthrough'
require 'spree/testing_support/caching'

require 'paperclip/matchers'

require 'capybara-screenshot/rspec'
Capybara.save_path = ENV['CIRCLE_ARTIFACTS'] if ENV['CIRCLE_ARTIFACTS']

Expand Down Expand Up @@ -118,8 +116,6 @@
config.include Spree::TestingSupport::ControllerRequests, type: :controller
config.include Spree::TestingSupport::Flash

config.include Paperclip::Shoulda::Matchers

config.fail_fast = ENV['FAIL_FAST'] || false

config.example_status_persistence_file_path = "./spec/examples.txt"
Expand Down

0 comments on commit 16349d0

Please sign in to comment.