Sha256: cd920002e4a6d255e2a330303bec4105d2883b226b234871fb5dcdda8d187aae

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

require "spec_helper"

describe Namely::Event do
  it_behaves_like "a model with an index action", [:type]

  it_behaves_like(
    "a model with a show action",
    id: "e5573698-3934-4abf-99cf-577b526d4789",
    type: "recent_arrival",
  )
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
namely-0.0.1 spec/namely/event_spec.rb