Sha256: bcb345ec46f2013c83fa440de17b8a27d4d6ab5bffb2af35edd8474b08f3cd94

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

require "spec_helper"

describe MemoryDictionary::Word do
  #smoke test
  describe "#dictionary" do
    let(:word) { create(:word_within_dictionary) }
    it "belongs to a dictionary" do
      expect(word.dictionary.id).not_to be_nil
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memory_dictionary-1.0.0 spec/memory_dictionary/word_spec.rb