spec/spec_helper.rb in acfs-0.33.1.1.b285 vs spec/spec_helper.rb in acfs-0.34.0
- old
+ new
@@ -1,7 +1,5 @@
require 'rspec'
-require 'rspec/its'
-require 'rspec/collection_matchers'
require 'webmock/rspec'
if ENV['CI'] || (defined?(:RUBY_ENGINE) && RUBY_ENGINE != 'rbx')
require 'coveralls'
Coveralls.wear! do