Change the ENV variable

This commit is contained in:
leenasn
2015-11-16 19:10:27 +05:30
parent c9ec15aa9b
commit c05e5f4758

View File

@@ -10,7 +10,7 @@ RSpec.describe App, type: :model do
describe "APK URL" do describe "APK URL" do
it "Default app" do it "Default app" do
app = create(:app) app = create(:app)
expect(app.apk_url).to eql(DEFAULT_APP_APK_URL) expect(app.apk_url).to eql(DEFAULT_APP_URL)
end end
it "Non Default app" do it "Non Default app" do
app = App.create(name: "Non MDM", package_name: "com.nonmdm") app = App.create(name: "Non MDM", package_name: "com.nonmdm")