Sha256: 795221c3d480e5e219518c68a2fbc4b865eb3d61c12bfc7dde84dd68b4cfea28
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
require "spec_helper" describe Mavenlink::TimeAdjustment, stub_requests: true do it_should_behave_like "model", "time_adjustments" describe "associations" do it { should respond_to :story } it { should respond_to :workspace } it { should respond_to :user } it { should respond_to :creator } it { should respond_to :active_invoice } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mavenlink-0.0.1 | spec/lib/mavenlink/time_adjustment_spec.rb |