Sha256: ec31e0d0998fa4dd70ca6c81d79094d648d010d49a33638befa2c543615ca313

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

# encoding: utf-8

ENV['RACK_ENV'] = 'test'
lib_path = File.expand_path('../lib', __FILE__)
($:.unshift lib_path) unless ($:.include? lib_path)
Bundler.setup(:default, ENV['RACK_ENV'])
require 'rack/test'
require 'sinatra/g_auth'
require 'minitest/autorun'
require 'minitest/reporters'
MiniTest::Reporters.use! MiniTest::Reporters::SpecReporter.new

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sinatra-g_auth-0.0.5 spec/spec_helper.rb
sinatra-g_auth-0.0.4 spec/spec_helper.rb
sinatra-g_auth-0.0.3 spec/spec_helper.rb
sinatra-g_auth-0.0.2 spec/spec_helper.rb
sinatra-g_auth-0.0.1 spec/spec_helper.rb