Skip to content
Snippets Groups Projects
Commit 99f278f6 authored by haseeb's avatar haseeb
Browse files

blank lines around expect removed

parent a0f58500
No related branches found
No related tags found
No related merge requests found
Loading
@@ -18,11 +18,8 @@ describe 'Embedded Snippets' do
Loading
@@ -18,11 +18,8 @@ describe 'Embedded Snippets' do
visit("http://#{server.host}:#{server.port}/embedded_snippet.html") visit("http://#{server.host}:#{server.port}/embedded_snippet.html")
   
expect(page).to have_content("random_dir.rb") expect(page).to have_content("random_dir.rb")
expect(page).to have_content("require 'fileutils'") expect(page).to have_content("require 'fileutils'")
expect(page).to have_link('Open raw') expect(page).to have_link('Open raw')
expect(page).to have_link('Download') expect(page).to have_link('Download')
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment