spec/wordnik_spec.rb in wordnik-0.4.0 vs spec/wordnik_spec.rb in wordnik-0.4.1
- old
+ new
@@ -30,9 +30,11 @@
context "authentication" do
before(:each) do
end
+ it "auto-authenticates at load time if username and password are present"
+
it "succeeds if a username and password are present in the configuration" do
Wordnik.authenticate
Wordnik.authenticated?.should == true
end
\ No newline at end of file