Sha256: 5a6e287e1c3f8206a31520bfcf8534dbdf8a490e5ec49916ff4c1be8c3236e6c

Contents?: true

Size: 171 Bytes

Versions: 2

Compression:

Stored size: 171 Bytes

Contents

RSpec.describe NillyVanilly::Inspect, type: :model do
  it "returns array of models/columns" do
    expect(subject.results.first).to eq([true, "Post", "title"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilly_vanilly-2.0.0 spec/nilly_vanilly/inspect_spec.rb
nilly_vanilly-1.0.0 spec/nilly_vanilly/inspect_spec.rb