Sha256: 6da213fbe2e2fc3ea63d9d62ebbcd07a5ad4a6b97b89728587da091605c71d01

Contents?: true

Size: 191 Bytes

Versions: 15

Compression:

Stored size: 191 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

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

  let(:object) { described_class.new }

  it { should eql('string') }
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mutant-0.7.8 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.7 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.6 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.5 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.4 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.3 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.2 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.7.1 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.7 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.6 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.5 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.4 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.3 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.2 test_app/spec/unit/test_app/literal/string_spec.rb
mutant-0.6.0 test_app/spec/unit/test_app/literal/string_spec.rb