Add unified_login feature flip
This commit is contained in:
parent
e942274773
commit
fa762dbb39
8 changed files with 40 additions and 20 deletions
|
@ -75,6 +75,16 @@ module SmartListing
|
|||
end
|
||||
end
|
||||
|
||||
class Features
|
||||
#def self.remote_storage
|
||||
# true
|
||||
#end
|
||||
|
||||
def self.unified_login
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
WebMock.disable_net_connect!(allow_localhost: true)
|
||||
|
||||
RSpec.configure do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue