Sha256: 7f172bfcd3f6b47318cae1508d5a26fbedef76faad573823ed841ab9b228726a
Contents?: true
Size: 380 Bytes
Versions: 1
Compression:
Stored size: 380 Bytes
Contents
require 'spec_helper' describe Mutant::Integration do let(:class_under_test) do Class.new(described_class) end let(:object) { class_under_test.new } describe '#teardown' do subject { object.teardown } it_should_behave_like 'a command method' end describe '#setup' do subject { object.setup } it_should_behave_like 'a command method' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.5.24 | spec/unit/mutant/integration_spec.rb |