spec/spec_helper.rb in sprockets-plugin-0.2.0 vs spec/spec_helper.rb in sprockets-plugin-0.2.1

- old
+ new

@@ -1,7 +1,7 @@ -require "sprockets" -require "sprockets-plugin" -require "construct" +require 'sprockets' +require 'sprockets-plugin' +require 'construct' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }