Skip to content

Commit

Permalink
clean up url_access_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Rifkin committed Nov 20, 2019
1 parent 7eb0ddf commit 1843383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/vulnerabilities/url_access_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

visit "/admin/1/dashboard"

expect(current_path).to eq("/")
expect(current_path).to eq("/dashboard/home")
end
end

0 comments on commit 1843383

Please sign in to comment.