test/features/generate_test.rb in urban_pass-0.1.0 vs test/features/generate_test.rb in urban_pass-0.2.0
- old
+ new
@@ -24,6 +24,10 @@
it "copies te returned word to the clipboard" do
word = @urban.remove_spaces(@word)
copied = @urban.copy(word)
Clipboard.paste.must_equal copied
end
+
+ it "returns a definition the word inputed" do
+ puts @urban.defination(@word)
+ end
end