1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/spec/middleman_spec.rb

8 lines
203 B
Ruby
Raw Normal View History

2009-07-27 14:42:22 -07:00
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