Sha256: 84cc1ffc64f134316618c8ae29a25cbb8fb1604c8ac13d6f49488b77bf9f8e47
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
require_relative '../../../../test_helper' module Troo module Commands module Refresh describe Resource do let(:described_class) { Resource } let(:id) {} describe '#initialize' do subject { described_class.new(id) } it 'assigns the id to an instance variable' do subject.instance_variable_get('@id').must_equal(id) end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.8 | test/lib/troo/commands/refresh/resource_test.rb |