Sha256: e4f91735b23e933c9eb33a21a996f2ea96a0da3fbc776175e7cd1244c0a9fcb2

Contents?: true

Size: 130 Bytes

Versions: 7

Compression:

Stored size: 130 Bytes

Contents

class TestStore
  attr_reader :events

  def initialize
    @events = []
  end

  def save(events)
    @events = events
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
system-metrics-0.2.5 spec/support/test_store.rb
system-metrics-0.2.4 spec/support/test_store.rb
system-metrics-0.2.3 spec/support/test_store.rb
system-metrics-0.2.2 spec/support/test_store.rb
system-metrics-0.2.1 spec/support/test_store.rb
system-metrics-0.2.0 spec/support/test_store.rb
system-metrics-0.1.0 spec/support/test_store.rb