Sha256: c876e9053136e7412d0fb20694311ee1eca1a6337d851e8644faa4fd64ee4211
Contents?: true
Size: 294 Bytes
Versions: 11
Compression:
Stored size: 294 Bytes
Contents
require 'spec_helper' describe EmotionBank do let(:output) {EmotionBank.get_term_emotions} describe "when EmotionBank module is called" do it 'returns a hash' do expect(output.class).to eql(Hash) end it "is non-empty" do expect(output).to_not be_empty end end end
Version data entries
11 entries across 11 versions & 1 rubygems