test/test_sys_admin.rb in sys-admin-1.6.4 vs test/test_sys_admin.rb in sys-admin-1.7.0

- old
+ new

@@ -1,19 +1,19 @@ -############################################################################### -# test_sys_admin.rb -# -# This exists mostly for the sake of the gemspec, so that it calls the right -# test suite based on the platform. -############################################################################### -require 'test-unit' - -if File::ALT_SEPARATOR - require 'test_sys_admin_windows' -else - require 'test_sys_admin_unix' -end - -class TC_Sys_Admin_All < Test::Unit::TestCase - test "version is set to expected value" do - assert_equal('1.6.4', Sys::Admin::VERSION) - end -end +############################################################################### +# test_sys_admin.rb +# +# This exists mostly for the sake of the gemspec, so that it calls the right +# test suite based on the platform. +############################################################################### +require 'test-unit' + +if File::ALT_SEPARATOR + require 'test_sys_admin_windows' +else + require 'test_sys_admin_unix' +end + +class TC_Sys_Admin_All < Test::Unit::TestCase + test "version is set to expected value" do + assert_equal('1.7.0', Sys::Admin::VERSION) + end +end