Sha256: a95218b11da0924125a174059aba665c6f65fc0195736d12f3dbd12b71a3924b
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
require_relative '../../test_helper' describe Emotion do it 'must have a version' do Emotion::VERSION.wont_be_nil end it 'must support ohgodwhy' do 1.ohgodwhy.class.must_equal(Fixnum) end it 'knows dolan' do 1.badass.dolan.pls.wat.must_equal(1) end #MOAR TESTS TO COME end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emotion-0.0.1 | test/lib/emotion/emotion_test.rb |