Sha256: 81b5903a1a4b600767ab5349c9a901fcd4a55a701ec644d141b8e97719723498
Contents?: true
Size: 495 Bytes
Versions: 5
Compression:
Stored size: 495 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 "aruba/api" require "ostruct" Dir[File.expand_path("../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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
teabag-0.5.5 | spec/spec_helper.rb |
teabag-0.5.4 | spec/spec_helper.rb |
teabag-0.5.3 | spec/spec_helper.rb |
teabag-0.5.2 | spec/spec_helper.rb |
teabag-0.5.1 | spec/spec_helper.rb |