Fix specs, namespace for settings endpoints changed

This commit is contained in:
Piotr Sarnacki 2014-09-10 11:05:35 +02:00
parent 6e5f225a1c
commit 68a49057ca
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ describe Travis::Api::App::SettingsEndpoint do
end
after do
Travis::Api::App.send :remove_const, :Items
Travis::Api::App::Endpoint.send :remove_const, :Items
Travis::Api::V2::Http.send :remove_const, :Items
Travis::Api::V2::Http.send :remove_const, :Item
end

View File

@ -24,7 +24,7 @@ describe Travis::Api::App::SettingsEndpoint do
end
after do
Travis::Api::App.send :remove_const, :Item
Travis::Api::App::Endpoint.send :remove_const, :Item
Travis::Api::V2::Http.send :remove_const, :Item
end