Sha256: 4b912e10b880dc78cdd4db0a9e74e98a27d2078323a5f324c4982c68acc638c9
Contents?: true
Size: 619 Bytes
Versions: 2
Compression:
Stored size: 619 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start ENV["RAILS_ENV"] ||= "test" ENV["RAILS_ROOT"] = File.expand_path("../dummy", __FILE__) require File.expand_path("../dummy/config/environment", __FILE__) require "rspec/rails" 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" config.run_all_when_everything_filtered = true config.mock_with :rspec do |c| c.syntax = :expect end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
teaspoon-0.9.1 | spec/spec_helper.rb |
teaspoon-0.9.0 | spec/spec_helper.rb |