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

Version Path
honkster-honkster-jelly-0.2.0 spec/spec_helper.rb
honkster-honkster-jelly-0.3.0 spec/spec_helper.rb
pivotal-honkster-jelly-0.3.0 spec/spec_helper.rb
pivotal-jelly-0.3.1 spec/spec_helper.rb
pivotal-jelly-0.3.5 spec/spec_helper.rb
pivotal-jelly-0.4.0 spec/spec_helper.rb
pivotal-jelly-0.5.0 spec/spec_helper.rb
pivotal-jelly-0.5.1 spec/spec_helper.rb
pivotal-jelly-0.5.3 spec/spec_helper.rb
jelly-0.5.9 spec/spec_helper.rb
jelly-0.5.8 spec/spec_helper.rb
jelly-0.5.7 spec/spec_helper.rb
jelly-0.5.5 spec/spec_helper.rb
jelly-0.5.4 spec/spec_helper.rb