test.rb in mirage-2.1.2 vs test.rb in mirage-2.2.2

- old
+ new

@@ -1,5 +1,10 @@ -a change another \ No newline at end of file +require 'rubygems' +require './lib/mirage/client' + +client = Mirage.start :port => 9001 + +client.stop