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