Sha256: 5e843e74a4fb1af3ae3c67d96a4a0ad4e54f9ae77ae5eebb9f2117133c2fce68
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
require 'spec_helper' describe 'CspReport report by IP view' do before(:each) do @localhost4 = FactoryGirl.create(:local_inline) @localhost4_2 = FactoryGirl.create(:local_home_index_inline) @localhost6 = FactoryGirl.create(:local_ipv6_home_index_inline) end it 'should display each IP only once' do visit csp_reports_report_by_ip_path end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csp_report-0.3.0 | spec/features/csp_report/csp_reports_report_by_ip_spec.rb |