Sha256: 3bc75a9dcf105e299ab3c1544e09bc1fc81746c86562c2e67ee4203326a10d11

Contents?: true

Size: 185 Bytes

Versions: 40

Compression:

Stored size: 185 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe TestApp::Literal, '#string' do
  subject { object.string }

  let(:object) { described_class.new }

  it { should eql('string') }
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
mutant-0.5.26 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.25 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.24 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.23 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.22 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.21 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.20 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.19 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.18 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.17 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.16 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.15 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.14 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.13 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.12 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.11 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.10 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.9 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.8 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.5.7 test_app/spec/unit/test_app/literal/string_spec.rb