Skip to content

Commit

Permalink
fix the rdocinfo test
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jun 17, 2011
1 parent 0da99b0 commit 42f997f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/rdocinfo.rb
@@ -1,4 +1,4 @@
class Service::RubyDocInfo < Service
class Service::RDocInfo < Service
def receive_push
http_post 'http://rubydoc.info/checkout', :payload => payload.to_json
end
Expand Down
4 changes: 2 additions & 2 deletions test/rubydocinfo_test.rb → test/rdocinfo_test.rb
@@ -1,6 +1,6 @@
require File.expand_path('../helper', __FILE__)

class RubyDocInfoTest < Service::TestCase
class RDocInfoTest < Service::TestCase
def setup
@stubs = Faraday::Adapter::Test::Stubs.new
end
Expand All @@ -18,7 +18,7 @@ def test_push
end

def service(*args)
super Service::RubyDocInfo, *args
super Service::RDocInfo, *args
end
end

0 comments on commit 42f997f

Please sign in to comment.