Skip to content

Commit

Permalink
Fix maintenance feature spec and fix rubocop offenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Jan 23, 2018
1 parent e1e49b3 commit 0d9e7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/maintenance_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

scenario "Should be renderer for any incoming request" do
some_urls.each do |url|
visit root_path
visit url

expect(page).to have_content "Aplicación en mantenimiento"
end
end

end
end

0 comments on commit 0d9e7c9

Please sign in to comment.