Sha256: 3a50d1a5617e12802252be72534b6a42ce1ceabb63c0f6cb990aad5dd5f49936

Contents?: true

Size: 198 Bytes

Versions: 25

Compression:

Stored size: 198 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

RSpec.describe TestApp::Literal, '#command' do
  subject { object.command(double) }

  let(:object) { described_class.new }

  it { should be(object) }
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mutant-0.7.8 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.7 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.6 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.5 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.4 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.3 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.2 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.7.1 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.7 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.6 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.5 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.4 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.3 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.2 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.6.0 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.5.26 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.5.25 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.5.24 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.5.23 test_app/spec/unit/test_app/literal/command_spec.rb
mutant-0.5.22 test_app/spec/unit/test_app/literal/command_spec.rb