Sha256: 345f149104aa4fb16aafab8de9d4416521428d3fc3bc03e9a278b3f6ee16f337
Contents?: true
Size: 485 Bytes
Versions: 6
Compression:
Stored size: 485 Bytes
Contents
require 'rubygems' require 'codeclimate-test-reporter' CodeClimate::TestReporter.start # This file is copied to spec/ when you run 'rails generate rspec:install' ENV['RAILS_ENV'] ||= 'production' require 'redcarpet' require File.expand_path('spec/test_app/config/environment') require 'rspec/rails' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
Version data entries
6 entries across 6 versions & 1 rubygems