summaryrefslogtreecommitdiffstats
path: root/spec/evernote_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/evernote_spec.rb')
-rw-r--r--spec/evernote_spec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/evernote_spec.rb b/spec/evernote_spec.rb
new file mode 100644
index 0000000..b51ed19
--- /dev/null
+++ b/spec/evernote_spec.rb
@@ -0,0 +1,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