blob: b51ed19489641d1f3f49181a8acce3998c6b53f7 (
plain)
1
2
3
4
5
6
7
|
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe "Evernote" do
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
end
end
|