Sha256: afa477800a1ab429b22da7be1aa33d3a0855b375dd5bf3218dbe4ddbc8e41efe

Contents?: true

Size: 285 Bytes

Versions: 7

Compression:

Stored size: 285 Bytes

Contents

require 'rack/test'
require 'string/strip'

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

7 entries across 7 versions & 1 rubygems

Version Path
phrender-0.0.7 spec/spec_helper.rb
phrender-0.0.6 spec/spec_helper.rb
phrender-0.0.5 spec/spec_helper.rb
phrender-0.0.4 spec/spec_helper.rb
phrender-0.0.3 spec/spec_helper.rb
phrender-0.0.2 spec/spec_helper.rb
phrender-0.0.1 spec/spec_helper.rb