Skip to content

Commit

Permalink
spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webdestroya committed Sep 3, 2015
1 parent a25ab33 commit dcaa851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/school_loop/resources/roster_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
before do
stub_request(:get, /.*schoolloop\.com\/api\/roster.*/)
.to_return(status: 200, body: fixture("roster_response.xml").read,
headers: {'Content-Type': 'text/xml'}
headers: {'Content-Type' => 'text/xml'}
)
end

Expand Down

0 comments on commit dcaa851

Please sign in to comment.