Skip to content

Commit 2afc440

Browse files
committed
Fix failing test.
1 parent 4c1c462 commit 2afc440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/github/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
its(:site) { should == 'https://github.com' }
1616

17-
its(:user_agent) { should =~ /Github Ruby Gem/ }
17+
its(:user_agent) { should =~ /Github API Ruby Gem/ }
1818

1919
its(:oauth_token) { should be_nil }
2020

0 commit comments

Comments
 (0)