Sha256: 0788bb37209595fc6956a738d1a892558fa52932f3cb290a52687744fd3a1e38
Contents?: true
Size: 296 Bytes
Versions: 20
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' describe Application do it "can be instantiated" do Application.new.should be_an_instance_of(Application) end it "can be saved successfully" do Application.create(:javascript_class_name => 'test', :internal_identifier => 'test').should be_persisted end end
Version data entries
20 entries across 19 versions & 1 rubygems