Browse code

FIX: wrong assert command

Cinan Rakosnik authored on 15/12/2012 at 21:42:24
Showing 1 changed files
... ...
@@ -2,6 +2,6 @@ require_relative '../../test_helper.rb'
2 2
 
3 3
 class Version_test < MiniTest::Unit::TestCase
4 4
   def test_version
5
-    Rubysermon::VERSION.wont_be_nil
5
+    refute_nil(Rubysermon::VERSION)
6 6
   end
7 7
 end
8 8
\ No newline at end of file