Skip to content

Commit

Permalink
Cleanup EOL whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 26, 2011
1 parent a1a8226 commit f7dd455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/octokit/client_spec.rb
Expand Up @@ -8,7 +8,7 @@
connection = client.send(:connection).build_url(nil).to_s
connection.should == endpoint.to_s
end

it 'should work with basic auth' do
stub_request(:get, "https://foo%2Ftoken:bar@github.com/api/v2/json/commits/list/baz/quux/master").
with(:headers => {'Accept'=>'*/*'}).
Expand Down

0 comments on commit f7dd455

Please sign in to comment.