spec_helper.rb 266 B

1234567891011
  1. # encoding: UTF-8
  2. require 'uglifier'
  3. require 'rspec'
  4. # Requires supporting files with custom matchers and macros, etc,
  5. # in ./support/ and its subdirectories.
  6. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
  7. RSpec.configure do |config|
  8. end