Sha256: 4289bbe70e72f8ce8b3fe2c76a6be024412e66a1184d955a196008d5907779ac
Contents?: true
Size: 268 Bytes
Versions: 16
Compression:
Stored size: 268 Bytes
Contents
require 'spec_helper' describe OrganizerApplication do it "can be instantiated" do OrganizerApplication.new.should be_an_instance_of(OrganizerApplication) end it "can be saved successfully" do OrganizerApplication.create().should be_persisted end end
Version data entries
16 entries across 16 versions & 1 rubygems