mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 16:54:52 +00:00
Initial commit to hsmr.
This commit is contained in:
7
spec/hsmr_spec.rb
Normal file
7
spec/hsmr_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
||||
|
||||
describe "Hsmr" do
|
||||
it "fails" do
|
||||
fail "hey buddy, you should probably rename this file and start specing for real"
|
||||
end
|
||||
end
|
||||
12
spec/spec_helper.rb
Normal file
12
spec/spec_helper.rb
Normal 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
|
||||
Reference in New Issue
Block a user