Sha256: 3f367984662a3f3afa73853d518c194660e5c50fb5c1ee4093a7dd8070bc3ff0
Contents?: true
Size: 471 Bytes
Versions: 20
Compression:
Stored size: 471 Bytes
Contents
require 'spec_helper' describe 'web/views/checks.html.erb', :erb_view => true do it "should escape unsafe check characters in URI parameters" do @states = {'abc-xyz-01' => [['Disk / Utilisation', 'OK', 'Looking good', '-', '-', false, false, nil, nil]]} @entities_sorted = ['abc-xyz-01'] @adjective = "all" page = render_erb('checks.html.erb', binding) expect(page).to match(%r{\?entity=abc-xyz-01&check=Disk%20%2F%20Utilisation}) end end
Version data entries
20 entries across 20 versions & 1 rubygems