Commit ea727cfc3b98f1586f691a36883f8e1bb5b6906c
1 parent
b36f0013
Exists in
master
and in
1 other branch
Fix build issue on 1.8.7
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
spec/models/issue_trackers/unfuddle_issues_tracker_spec.rb
... | ... | @@ -73,7 +73,6 @@ EOF |
73 | 73 | EOF |
74 | 74 | |
75 | 75 | stub_request(:get, "https://#{tracker.username}:#{tracker.password}@test.unfuddle.com/api/v1/projects/#{tracker.project_id}.xml"). |
76 | - with(:headers => {'Accept'=>'application/xml', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'User-Agent'=>'Ruby'}). | |
77 | 76 | to_return(:status => 200, :body => project_xml, :headers => {}) |
78 | 77 | |
79 | 78 | ... | ... |