Project

General

Profile

« Previous | Next » 

Revision abd8f1d1

Added by Daniel Lobato Garcia over 9 years ago

Refs #3809 - Remove cops for empty lines

View differences:

test/integration/about_test.rb
require 'test_helper'
class AboutTest < ActionDispatch::IntegrationTest
test "about page" do
visit about_index_path
assert_index_page(about_index_path,"About", nil, false, false)
......
assert page.has_link?("Ohad Levy", :href => "mailto:ohadlevy@gmail.com")
assert page.has_content?("Version")
end
end

Also available in: Unified diff