Sha256: 46f928c4a3c87b991aa5b3348bb4dca09cf9beb2a123d673a9ef500b7270f9f4
Contents?: true
Size: 232 Bytes
Versions: 16
Compression:
Stored size: 232 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().should be_persisted end end
Version data entries
16 entries across 16 versions & 1 rubygems