Sha256: 8f18a01f288358e8bd86dc493a371c7da39b9617e146d458665d55c76fd5009c

Contents?: true

Size: 228 Bytes

Versions: 14

Compression:

Stored size: 228 Bytes

Contents

require 'bundler'
Bundler.setup

require 'test/unit'
require 'minitest/spec'

ENV['RAILS_ENV'] = 'test'
require "dummy/config/environment"
require "rails/test_help" # adds stuff like @routes, etc.
require "roar/rails/test_case"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
roar-rails-0.0.15 test/test_helper.rb
roar-rails-0.0.14 test/test_helper.rb
roar-rails-0.0.13 test/test_helper.rb
roar-rails-0.0.12 test/test_helper.rb
roar-rails-0.0.11 test/test_helper.rb
roar-rails-0.0.10 test/test_helper.rb
roar-rails-0.0.9 test/test_helper.rb
roar-rails-0.0.8 test/test_helper.rb
roar-rails-0.0.7 test/test_helper.rb
roar-rails-0.0.6 test/test_helper.rb
roar-rails-0.0.5 test/test_helper.rb
roar-rails-0.0.4 test/test_helper.rb
roar-rails-0.0.3 test/test_helper.rb
roar-rails-0.0.2 test/test_helper.rb