Sha256: 6e6578478abe5ae182e90553b8fe006175486da295d07f436a4918dbc0bcd302

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 Bytes

Contents

ENV['RAILS_ENV'] = 'test'
ENGINE_RAILS_ROOT = File.join(File.dirname(__FILE__), '../')

require File.expand_path("../../demoapp/config/environment", __FILE__)

require 'bundler'
Bundler.require(:default)

require 'rspec/rails'
require 'shoulda'

# 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 }

#
# General config for RSpec
RSpec.configure do |config|

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jquery-modal-rails-0.0.4 spec/spec_helper.rb
jquery-modal-rails-0.0.3 spec/spec_helper.rb
jquery-modal-rails-0.0.2 spec/spec_helper.rb