Sha256: 6fe5e99ee93240757b9482d303ab6ce0b91a3bd4e36dc6c0cbdeeb72c9b1f1c5
Contents?: true
Size: 363 Bytes
Versions: 4
Compression:
Stored size: 363 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' # 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.include Fixtures end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
authorized_keys-1.1.1 | spec/spec_helper.rb |
authorized_keys-1.1.0 | spec/spec_helper.rb |
authorized_keys-1.0.1 | spec/spec_helper.rb |
authorized_keys-1.0.0 | spec/spec_helper.rb |