spec/spec_helper.rb in kuhsaft-2.0.0 vs spec/spec_helper.rb in kuhsaft-2.0.1
- old
+ new
@@ -26,10 +26,9 @@
# Remove this line if you don't want RSpec's should and should_not
# methods or matchers
require 'rspec/expectations'
require 'carrierwave/test/matchers'
require 'rails/generators'
-
config.include RSpec::Matchers
config.include CarrierWave::Test::Matchers
config.include KuhsaftSpecHelper
config.include FactoryGirl::Syntax::Methods