Sha256: d9586050c1085059032c0ef3f3e674586648f86f6b89301955ee1d0c291d43d5
Contents?: true
Size: 554 Bytes
Versions: 2
Compression:
Stored size: 554 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require "rspec" require "wref" require "weakling" if RUBY_ENGINE == "jruby" require "ref" # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wref-0.0.8 | spec/spec_helper.rb |
wref-0.0.7 | spec/spec_helper.rb |