require 'spec_helper' require 'app42/base/constants' describe App42 do describe 'Constants' do it 'should return correct HOST url' do App42::HOST.should == 'http://54.218.127.212:8081/paas/1.0' end end end