test/unit/test_monetdb.rb in monetdb-0.1.2 vs test/unit/test_monetdb.rb in monetdb-0.1.3

- old
+ new

@@ -3,10 +3,10 @@ module Unit class TestMonetDB < MiniTest::Test describe MonetDB do it "has the current version" do - version = File.read path("VERSION") + version = File.read(path("VERSION")).strip assert_equal version, MonetDB::VERSION assert File.read(path "CHANGELOG.rdoc").include?("Version #{version}") end end \ No newline at end of file