hot fix to take into account preproduction

This commit is contained in:
rgarcia
2015-09-02 11:36:30 +02:00
parent 15115f0179
commit abfc93ea78
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class SMSApi
end
def end_point_available?
Rails.env.staging? || Rails.env.production?
Rails.env.staging? || Rails.env.preproduction? || Rails.env.production?
end
def stubbed_response