Initial commit to hsmr.

This commit is contained in:
Dan Milne
2011-01-07 22:12:04 +11:00
commit a2aecfd44b
10 changed files with 169 additions and 0 deletions

12
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1,12 @@
$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