mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 00:34:52 +00:00
8 lines
198 B
Ruby
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
|