Sha256: c4eab693f0cfa42276eed65a9e65fec2f4f3012ba90efee0927d3472b5ca1e55
Contents?: true
Size: 496 Bytes
Versions: 5
Compression:
Stored size: 496 Bytes
Contents
# Configure Rails Envinronment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require 'rspec/rails' ENGINE_RAILS_ROOT=File.join(File.dirname(__FILE__), '../') # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.join(ENGINE_RAILS_ROOT, "spec/support/**/*.rb")].each {|f| require f } RSpec.configure do |config| config.include Foyer::TestHelpers, :type => :controller end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
foyer-0.2.0 | spec/spec_helper.rb |
foyer-0.1.3 | spec/spec_helper.rb |
foyer-0.1.2 | spec/spec_helper.rb |
foyer-0.1.1 | spec/spec_helper.rb |
foyer-0.1.0 | spec/spec_helper.rb |