Sha256: ea6ecf4f1e9299abd8e290eaa8144472b5cac4b7921473709db2792a4f94985f

Contents?: true

Size: 537 Bytes

Versions: 7

Compression:

Stored size: 537 Bytes

Contents

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

require "rspec/rails"
require "rspec/autorun"
require "capybara/rails"
#require 'capybara/poltergeist'
require "aruba/api"

require "ostruct"

Dir[File.expand_path("../support/**/*.rb", __FILE__)].each { |f| require f }

#Capybara.javascript_driver = :poltergeist

RSpec.configure do |config|
  config.infer_base_class_for_anonymous_controllers = false
  config.order = "random"
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
teaspoon-0.7.7 spec/spec_helper.rb
teaspoon-0.7.6 spec/spec_helper.rb
teaspoon-0.7.5 spec/spec_helper.rb
teaspoon-0.7.4 spec/spec_helper.rb
teabag-0.7.3 spec/spec_helper.rb
teabag-0.7.2 spec/spec_helper.rb
teabag-0.7.1 spec/spec_helper.rb