Sha256: 473ed45da66adf82dd64abd124176925002437f7e609eca5d42cf9691c7f8f0c

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

if RUBY_VERSION < '2.0.0'
  $stderr.puts "needs Ruby 2.0.0, you're running #{RUBY_VERSION}"
  exit 1
end

ENV['RACK_ENV'] = 'test'

require 'tool/warning_filter'
require 'rspec'
require 'rspec/its'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = [:should, :expect]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mustermann-0.3.1 spec/support/env.rb
mustermann-0.3.0 spec/support/env.rb