Skip to content

Commit

Permalink
Always use webmock localhost exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jechols committed Jun 24, 2015
1 parent 14e809c commit 7a1a79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions spec/rails_helper.rb
Expand Up @@ -3,6 +3,8 @@
require 'spec_helper'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require Rails.root.join("spec/support/webmock.rb")

# Add additional requires below this line. Rails is not loaded until this point!

# Requires supporting ruby files with custom matchers and macros, etc, in
Expand Down
1 change: 0 additions & 1 deletion spec/support/fedora_cleaner.rb
@@ -1,5 +1,4 @@
require 'active_fedora/cleaner'
require_relative 'webmock'
RSpec.configure do |c|
c.before do
if ActiveFedora::Base.all.count > 0
Expand Down

0 comments on commit 7a1a79b

Please sign in to comment.