Created
July 15, 2011 20:13
-
-
Save jaredfolkins/1085463 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe "#create_nokogiri_object" do | |
it "if supplied document is not a nokogiri object" do | |
document = DeschutesDocument.new('<html>') | |
document.nokogiri_document.should be_a_kind_of(Nokogiri) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment