File: i_should_not_have_livereload_code.rb

package info (click to toggle)
ruby-rack-livereload 0.3.17%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 216 kB
  • sloc: javascript: 973; ruby: 470; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
4
Then /^I should not have any Rack::LiveReload code$/ do
  expect(@response.body).not_to include("rack/livereload.js")
end