From daa7685b08431e06e589fadc44f7205422dad7bb Mon Sep 17 00:00:00 2001 From: yoshihara Date: Thu, 2 Apr 2015 16:15:02 +0900 Subject: [PATCH] Remove rspec-its requiring --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e4c349f..78593a8 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,7 +12,6 @@ end ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' -require 'rspec/its' require 'webmock/rspec' WebMock.disable_net_connect!(allow_localhost: true) require 'capybara/poltergeist'