Sha256: 219993efdfdc251962fa4dcd15ef42ec6a7ce40ae9340fa1a14c28eb30d9a0b6

Contents?: true

Size: 145 Bytes

Versions: 11

Compression:

Stored size: 145 Bytes

Contents

# class User
#
# sample fixture
class User
  def foo
    "foo: #{@foo}"
  end

  def bar
    puts 'bar'
  end

  def baz(b)
    puts b
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
simplecov-lcov-0.7.0 spec/fixtures/app/models/user.rb
simplecov-lcov-0.6.0 spec/fixtures/app/models/user.rb
simplecov-lcov-0.5.0 spec/fixtures/app/models/user.rb
simplecov-lcov-0.4.0 spec/fixtures/app/models/user.rb
simplecov-lcov-0.3.0 spec/fixtures/app/models/user.rb
simplecov-lcov-0.2.1 spec/fixtures/app/models/user.rb
simplecov-lcov-0.2.0 spec/fixtures/app/models/user.rb
simplecov-lcov-0.1.4 spec/fixtures/app/models/user.rb
simplecov-lcov-0.1.3 spec/fixtures/app/models/user.rb
simplecov-lcov-0.1.2 spec/fixtures/app/models/user.rb
simplecov-lcov-0.1.1 spec/fixtures/app/models/user.rb