Sha256: 6272119bac1080244bbff4706e47be21839f5aac011efd4570a260a4b74c0a8f

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

require "spec_helper"

describe Namely::Country do
  it_behaves_like "a model with an index action", [:id, :name, :subdivision_type]
  it_behaves_like(
    "a model with a show action",
    id: "US",
    name: "United States",
    subdivision_type: "State"
  )
end

Version data entries

1 entries across 1 versions & 1 rubygems

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