Sha256: acad0a2f732cdd7753eb0a5c13cca593db5333ea5583433bb3d1442d9f2c565e

Contents?: true

Size: 564 Bytes

Versions: 14

Compression:

Stored size: 564 Bytes

Contents

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../dummy/config/environment", __FILE__)

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec/rails'
require 'rspec/autorun'
require 'shoulda-matchers'
require 'capybara/rspec'
require 'bootswitch'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.include Capybara::DSL
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bootswitch-0.1.3 spec/spec_helper.rb
bootswitch-0.1.2 spec/spec_helper.rb
bootswitch-0.1.1 spec/spec_helper.rb
bootswitch-0.0.13 spec/spec_helper.rb
bootswitch-0.0.12 spec/spec_helper.rb
bootswitch-0.0.11 spec/spec_helper.rb
bootswitch-0.0.9 spec/spec_helper.rb
bootswitch-0.0.8 spec/spec_helper.rb
bootswitch-0.0.7 spec/spec_helper.rb
bootswitch-0.0.5 spec/spec_helper.rb
bootswitch-0.0.4 spec/spec_helper.rb
bootswitch-0.0.3 spec/spec_helper.rb
bootswitch-0.0.2 spec/spec_helper.rb
bootswitch-0.0.1 spec/spec_helper.rb