Sha256: 1121963f4044610e2679546eff3172b15958aac82dd3ae95077b76c48b0b7143

Contents?: true

Size: 454 Bytes

Versions: 15

Compression:

Stored size: 454 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 "ostruct"

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

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

Teabag.configuration.suites = {}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
teabag-0.5.0 spec/spec_helper.rb
teabag-0.4.6 spec/spec_helper.rb
teabag-0.4.5 spec/spec_helper.rb
teabag-0.4.4 spec/spec_helper.rb
teabag-0.4.3 spec/spec_helper.rb
teabag-0.4.2 spec/spec_helper.rb
teabag-0.4.1 spec/spec_helper.rb
teabag-0.4.0 spec/spec_helper.rb
teabag-0.3.6 spec/spec_helper.rb
teabag-0.3.5 spec/spec_helper.rb
teabag-0.3.4 spec/spec_helper.rb
teabag-0.3.3 spec/spec_helper.rb
teabag-0.3.2 spec/spec_helper.rb
teabag-0.3.1 spec/spec_helper.rb
teabag-0.3.0 spec/spec_helper.rb