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

7
spec/hsmr_spec.rb Normal file
View 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