spec/integration/default_spec.rb in itamae-1.9.2 vs spec/integration/default_spec.rb in itamae-1.9.3

- old
+ new

@@ -99,9 +99,14 @@ describe file('/tmp/http_request_headers.html') do it { should be_file } its(:content) { should match(/"User-Agent": "Itamae"/) } end +describe file('/tmp/http_request_redirect.html') do + it { should be_file } + its(:content) { should match(/"from": "itamae"/) } +end + describe file('/tmp/notifies') do it { should be_file } its(:content) { should eq("2431") } end