Fix specs, namespace for settings endpoints changed
This commit is contained in:
parent
6e5f225a1c
commit
68a49057ca
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user