From ad6aa26cbc46beffd69e3d17d330c221667f605a Mon Sep 17 00:00:00 2001 From: Koichi TANAKA Date: Wed, 3 Dec 2014 16:28:11 +0900 Subject: [PATCH] Use rspec-its on rspec --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8eb5815..9130808 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,6 +12,7 @@ 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'