spec/lib/gh_preview/converter_spec.rb in gh-preview-1.0.0 vs spec/lib/gh_preview/converter_spec.rb in gh-preview-1.0.1
- old
+ new
@@ -12,10 +12,10 @@
def html_content
load_fixture('example.html')
end
- it "should render markdown to html" do
- expect{ to_html(markdown_content).to eq html_content }
+ it 'should render markdown to html' do
+ expect { to_html(markdown_content).to eq html_content }
end
end