Sha256: da6fc068da6ccc61aa2053e2048b96f401cd0ff8822b6dd0a5c7cdc1153f4240
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
require 'spec_helper' describe 'A status request with no checks' do before { Rapporteur::Checker.clear } subject { get(status_path) ; response } it_behaves_like 'a successful status response' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rapporteur-1.1.0 | spec/requests/no_checks_spec.rb |
rapporteur-1.0.1 | spec/requests/no_checks_spec.rb |
rapporteur-1.0.0 | spec/requests/no_checks_spec.rb |