Sha256: 196e823b5d7e79799e7a926e4e23eccf776b30b90477e037a0e778c29bf6c010

Contents?: true

Size: 206 Bytes

Versions: 11

Compression:

Stored size: 206 Bytes

Contents

require 'rspec'
require 'rack/test'

ENV['RACK_ENV'] = 'test'

require File.expand_path(File.join("..", "setup.rb"), File.dirname(__FILE__))

RSpec.configure do |conf|
  conf.include Rack::Test::Methods
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
deano-1.2.1 template_app/spec/spec_helper.rb
deano-1.2.0 template_app/spec/spec_helper.rb
deano-1.1.3 template_app/spec/spec_helper.rb
deano-1.1.2 template_app/spec/spec_helper.rb
deano-1.1.1 template_app/spec/spec_helper.rb
deano-1.1.0 template_app/spec/spec_helper.rb
deano-1.0.0 template_app/spec/spec_helper.rb
sinatra-template-1.3.0 template_app/spec/spec_helper.rb
sinatra-template-1.2.0 template_app/spec/spec_helper.rb
sinatra-template-1.1.0 template_app/spec/spec_helper.rb
sinatra-template-1.0.0 template/spec/spec_helper.rb