Sha256: 955acb5f690108c0e2769436372aaacf917f65b56dca7836630ea282b899e9df

Contents?: true

Size: 566 Bytes

Versions: 4

Compression:

Stored size: 566 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

4 entries across 4 versions & 1 rubygems

Version Path
bootswitch-0.3.0 spec/spec_helper.rb
bootswitch-0.2.2 spec/spec_helper.rb
bootswitch-0.2.1 spec/spec_helper.rb
bootswitch-0.2.0 spec/spec_helper.rb