spec/resource_spec.rb in wordnik-4.06.15 vs spec/resource_spec.rb in wordnik-4.07
- old
+ new
@@ -23,10 +23,10 @@
end
it "defines a method for each operation nickname" do
@resource.public_methods.should include(:get_word)
@resource.public_methods.should include(:get_definitions)
- @resource.public_methods.should include(:contextual_lookup_post)
+ @resource.public_methods.should include(:get_word_of_the_day)
@resource.public_methods.should_not include(:get_busy)
end
end
\ No newline at end of file