Sha256: 9a583758cc5c501491b169033b13b15bb8f2708635067120a01d502d34b8f9a5

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

require 'rspec'
require 'appmap/rspec'
require 'hello'

describe Hello, feature_group: 'Hello' do
  it 'says hello', feature: 'Say hello', appmap: true do
    expect(Hello.new.say_hello).to eq('Hello!')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appmap-0.20.0 test/fixtures/rspec_recorder/spec/hello_spec.rb
appmap-0.19.0 test/fixtures/rspec_recorder/spec/hello_spec.rb
appmap-0.18.1 test/fixtures/rspec_recorder/spec/hello_spec.rb