spec/integration/default_spec.rb in itamae-1.10.9 vs spec/integration/default_spec.rb in itamae-1.10.10

- old
+ new

@@ -102,10 +102,10 @@ describe file('/tmp/http_request_headers.html') do it { should be_file } its(:content) { should match(/"User-Agent":\s*"Itamae"/) } end -describe file('/tmp/http_request_redirect.html') do +xdescribe file('/tmp/http_request_redirect.html') do it { should be_file } its(:content) { should match(/"from":\s*"itamae"/) } end describe file('/tmp/notifies') do