Sha256: cd5a280d46aa128792d64c36fc4f9748d21d7f4ae0bca83679d6f8192a6a13dc

Contents?: true

Size: 297 Bytes

Versions: 6

Compression:

Stored size: 297 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'

require "sprockets/railtie"
require 'rspec'
require 'database_cleaner'
require 'pry'
require "sample_filter"

ENGINE_RAILS_ROOT=File.join(File.dirname(__FILE__), '../')
Dir[File.join(ENGINE_RAILS_ROOT, 'spec/support/**/*.rb')].each {|f| require f }

Time.zone = 'UTC'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sample_filter-0.1.7 spec/spec_helper.rb
sample_filter-0.1.6 spec/spec_helper.rb
sample_filter-0.1.5 spec/spec_helper.rb
sample_filter-0.1.4 spec/spec_helper.rb
sample_filter-0.1.3 spec/spec_helper.rb
sample_filter-0.1.2 spec/spec_helper.rb