8 lines
203 B
Ruby
8 lines
203 B
Ruby
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
|
|
|
describe "Middleman" do
|
|
it "fails" do
|
|
fail "hey buddy, you should probably rename this file and start specing for real"
|
|
end
|
|
end
|