Sha256: d7be4cfe0e02409458d6c0c295c67ce807ee50bbd5dfc88ee10d61bca1495d4b
Contents?: true
Size: 686 Bytes
Versions: 14
Compression:
Stored size: 686 Bytes
Contents
# This file is copied to ~/spec when you run 'ruby script/generate rspec' # from the project root directory. ENV["RAILS_ENV"] ||= 'test' ENV['RAILS_ROOT'] ||= File.dirname(__FILE__) + '/rails_root' require File.expand_path(File.join(ENV['RAILS_ROOT'], 'config/environment.rb')) require 'rubygems' require 'spec' require 'spec/rails' require File.dirname(__FILE__) + "/../lib/jelly" Spec::Runner.configure do |configuration| end class Spec::ExampleGroup include ActionController::TestProcess end # This is here to allow you to integrate views on all of your controller specs Spec::Runner.configuration.before(:all, :behaviour_type => :controller) do @integrate_views = false end
Version data entries
14 entries across 14 versions & 4 rubygems