Sha256: e69173de3629cf3fa64e6fc5b7a9d4cf54fd5f9a1008012f374da353e011403b
Contents?: true
Size: 332 Bytes
Versions: 18
Compression:
Stored size: 332 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(:javascript_class_name => 'test', :internal_identifier => 'test').should be_persisted end end
Version data entries
18 entries across 18 versions & 1 rubygems