Sha256: 281c07b6d3a9e3624a4f1f17ac5c29337e123b1a7ba516df7acb21a93ffd4e8c

Contents?: true

Size: 353 Bytes

Versions: 20

Compression:

Stored size: 353 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rack/test'
require 'rspec/core'

require 'runit-man/app'

class RunitMan::App
  # set test environment
  set :environment,  :test
  set :raise_errors, true
  set :logging,      false
end

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
runit-man-2.4.14 spec/spec_helper.rb
runit-man-2.4.12 spec/spec_helper.rb
runit-man-2.4.11 spec/spec_helper.rb
runit-man-2.4.10 spec/spec_helper.rb
runit-man-2.4.9 spec/spec_helper.rb
runit-man-2.4.8 spec/spec_helper.rb
runit-man-2.4.7 spec/spec_helper.rb
runit-man-2.4.6 spec/spec_helper.rb
runit-man-2.4.5 spec/spec_helper.rb
runit-man-2.4.4 spec/spec_helper.rb
runit-man-2.4.3 spec/spec_helper.rb
runit-man-2.4.2 spec/spec_helper.rb
runit-man-2.4.1 spec/spec_helper.rb
runit-man-2.4.1a1 spec/spec_helper.rb
runit-man-2.4.0 spec/spec_helper.rb
runit-man-2.4.0a2 spec/spec_helper.rb
runit-man-2.4.0a1 spec/spec_helper.rb
runit-man-2.3.21 spec/spec_helper.rb
runit-man-2.3.20 spec/spec_helper.rb
runit-man-2.3.19 spec/spec_helper.rb