spec/spec_helper.rb in classy_assets-0.2.0 vs spec/spec_helper.rb in classy_assets-0.3.0
- old
+ new
@@ -9,11 +9,5 @@
require 'minitest/autorun'
require 'minitest/reporters'
MiniTest::Reporters.use! MiniTest::Reporters::SpecReporter.new
include Rack::Test::Methods
-
-ClassyAssets::Configuration.configure do |config|
- config.root_path = File.expand_path('../support', __FILE__)
- config.public_path = File.expand_path('../support/public', __FILE__)
-end
-