File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def self.user_visibility_filter(user)
195195 end
196196
197197 def app_spaces_no_match? ( app )
198- app . space != space && shared_spaces . exclude? ( app . space )
198+ app . space != space && shared_spaces . exclude? ( app . space )
199199 end
200200
201201 delegate :in_suspended_org? , to : :space
Original file line number Diff line number Diff line change @@ -1574,7 +1574,7 @@ def assert_invalid_path(path)
15741574 describe 'app spaces and route shared spaces' do
15751575 let! ( :domain ) { SharedDomain . make }
15761576
1577- context 'when app and route space not shared' do
1577+ context 'when app and route space not shared' do
15781578 let! ( :app ) { AppModel . make }
15791579 let! ( :route ) { Route . make ( host : 'potato' , domain : domain , path : '/some-path' ) }
15801580
You can’t perform that action at this time.
0 commit comments