spec/spec_helper.rb in sprockets-sass-2.0.0.beta1 vs spec/spec_helper.rb in sprockets-sass-2.0.0.beta2
- old
+ new
@@ -5,9 +5,18 @@
require 'sprockets-helpers'
require 'compass'
require 'test_construct'
RSpec.configure do |config|
+ # rspec-expectations config goes here. You can use an alternate
+ # assertion/expectation library such as wrong or the stdlib/minitest
+ # assertions if you prefer.
+ config.expect_with :rspec
+ # rspec-mocks config goes here. You can use an alternate test double
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
+ config.mock_with :rspec
+
+ config.include RSpec::Matchers
config.include TestConstruct::Helpers
end
Compass.configuration do |compass|
compass.line_comments = false