Sha256: fbffcae36615cccc3552bf1578b371e0469574a95fa20114f05de07023da8ed2

Contents?: true

Size: 477 Bytes

Versions: 12

Compression:

Stored size: 477 Bytes

Contents

# This file must be included in tests of engine components (helpers, concerns).
# In other words, in tests inside the smart_table/app dir.
#
# Tests of the smart_table/lib dir should not require a rails engine and therefore
# should include spec_helper.rb only

require_relative 'spec_helper'

# Loads dummy_app, so we can test the Rails Engine components
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path("../dummy_app/config/environment", __FILE__)

require 'rspec/rails'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
smart_table-0.0.12 ./spec/rails_helper.rb
smart_table-0.0.11 ./spec/rails_helper.rb
smart_table-0.0.10 ./spec/rails_helper.rb
smart_table-0.0.9 ./spec/rails_helper.rb
smart_table-0.0.8 ./spec/rails_helper.rb
smart_table-0.0.7 ./spec/rails_helper.rb
smart_table-0.0.6 ./spec/rails_helper.rb
smart_table-0.0.5 ./spec/rails_helper.rb
smart_table-0.0.4 ./spec/rails_helper.rb
smart_table-0.0.3 ./spec/rails_helper.rb
smart_table-0.0.2 ./spec/rails_helper.rb
smart_table-0.0.1 ./spec/rails_helper.rb