spec/style_sheet_spec.rb in hubdown-0.0.15 vs spec/style_sheet_spec.rb in hubdown-0.0.17

- old
+ new

@@ -18,11 +18,11 @@ sh.url.should eq "https://assets-cdn.github.com/assets" end it "loads web content" do sh = StyleSheet.new - sh.from_tag '<link href="http://dev.knomedia.com/hubdown_css/test.css" media="screen" rel="stylesheet" type="text/css">' + sh.from_tag '<link href="https://pa.jskdev.xyz/test.css" media="screen" rel="stylesheet" type="text/css">' sh.download_content - sh.content.should eq "body { margin: 0; }" + sh.content.should eq "body { margin: 0; }\n" end end