Sha256: 1b11a5a2f47b588834ffa33f902f7a29d61a2791a70ebaef9284d401dcfc24b3
Contents?: true
Size: 218 Bytes
Versions: 7
Compression:
Stored size: 218 Bytes
Contents
require 'spec_helper' describe Apartment do it "should be valid" do expect(Apartment).to be_a(Module) end it "should be a valid app" do expect(::Rails.application).to be_a(Dummy::Application) end end
Version data entries
7 entries across 7 versions & 2 rubygems