Minor spec output cleanup
Created by: rspeicher
Two minor cleanups of stuff getting printed during tests that shouldn't:
-
shoulda-matchers
was outdated and causing those MiniTest warnings:MiniTest::Unit::TestCase is now Minitest::Test. From /Users/tsigo/.rbenv/versions/2.1.5/lib/ruby/2.1.0/test/unit/testcase.rb:8:in <module:Unit>
- Two
p
statements got left in one of the specs and were printingtrue
during test runs.