Sha256: 82dc27becb53f812eda32db4bb7ea922dab0d73329b763b8659f2721427196fe

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

# encoding: UTF-8
require 'uglifier'
require 'rspec'
require 'source_map'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.mock_with :rspec do |mock|
    mock.syntax = :expect
  end
  config.expect_with :rspec do |expect|
    expect.syntax = :expect
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
uglifier-2.7.0 spec/spec_helper.rb
uglifier-2.6.1 spec/spec_helper.rb
uglifier-2.6.0 spec/spec_helper.rb
uglifier-2.5.3 spec/spec_helper.rb
uglifier-2.5.1 spec/spec_helper.rb