mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 16:54:52 +00:00
13 lines
354 B
Ruby
13 lines
354 B
Ruby
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
|
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
|
require 'rspec'
|
|
require 'hsmr'
|
|
|
|
# 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|
|
|
|
|
end
|