Add unified_login feature flip

This commit is contained in:
Julien Portalier 2016-10-18 15:49:04 +02:00
parent e942274773
commit fa762dbb39
8 changed files with 40 additions and 20 deletions

View file

@ -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|