Files
hsmr/spec/hsmr_spec.rb
2011-01-07 22:12:04 +11:00

8 lines
198 B
Ruby

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