Sha256: f6136c32be1d2ed0608760acab458ced62aba00073926f1d9df891c9020a00cb
Contents?: true
Size: 542 Bytes
Versions: 9
Compression:
Stored size: 542 Bytes
Contents
$:.unshift File.expand_path('..', File.dirname(__FILE__)) ENV['LOOKSEE_METHOD'] = nil require 'rspec' require 'looksee' require 'rbconfig' require 'set' require 'fileutils' ROOT = File.expand_path('..', File.dirname(__FILE__)) Dir['spec/support/*.rb'].each do |path| require path end NATIVE_ADAPTER = Looksee.adapter RSpec.configure do |config| config.extend TestAdapter::Mixin config.expect_with :rspec do |c| c.syntax = [:should, :expect] end config.mock_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
9 entries across 9 versions & 1 rubygems