Sha256: bf94f2c552006bffe4a285b92e5bcff30be32a8c9e5fa06b9db205cf820618b7

Contents?: true

Size: 262 Bytes

Versions: 10

Compression:

Stored size: 262 Bytes

Contents

require 'rack/test'

ENV['RACK_ENV'] = 'test'

RSpec.configure do |config|
  # Use color in STDOUT
  config.color = true

  # Use the specified formatter
  config.formatter = :documentation # :progress, :html, :textmate

  config.include Rack::Test::Methods
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
embork-0.0.13 spec/spec_helper.rb
embork-0.0.12 spec/spec_helper.rb
embork-0.0.11 spec/spec_helper.rb
embork-0.0.10 spec/spec_helper.rb
embork-0.0.9 spec/spec_helper.rb
embork-0.0.8 spec/spec_helper.rb
embork-0.0.7 spec/spec_helper.rb
embork-0.0.6 spec/spec_helper.rb
embork-0.0.5 spec/spec_helper.rb
embork-0.0.4 spec/spec_helper.rb