Skip to content

Commit

Permalink
remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
Druwerd committed Nov 15, 2014
1 parent aafdd0d commit 4fdf10c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/test_hudson_build_queue.rb
Expand Up @@ -7,12 +7,5 @@ def test_list
assert Hudson::BuildQueue.list
end
end

def test_load_xml_api
VCR.use_cassette("#{self.class}_#{__method__}") do
Hudson[:url] = "test.host.com"
assert_equal("http://test.host.com/queue/api/xml",
Hudson::BuildQueue.__send__("class_variable_get", "@@xml_api_build_queue_info_path"))
end
end

end

0 comments on commit 4fdf10c

Please sign in to comment.