Sha256: 82a897f6cedaf48751faebd12d1c8a45f310216a8e5f701a596bd60d667542da

Contents?: true

Size: 285 Bytes

Versions: 4

Compression:

Stored size: 285 Bytes

Contents

# encoding: utf-8

require 'cookie'

# MUST happen after ice_nine
# got required by substation
require 'devtools/spec_helper'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
majoun-0.0.4 spec/spec_helper.rb
majoun-0.0.3 spec/spec_helper.rb
majoun-0.0.2 spec/spec_helper.rb
majoun-0.0.1 spec/spec_helper.rb