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