new tests for space

finds the bug in message creation!
This commit is contained in:
Torsten Ruger
2015-07-02 11:09:23 +03:00
parent 185f4b4697
commit caa4ae1cf0
5 changed files with 42 additions and 5 deletions

View File

@ -30,7 +30,7 @@ module VirtualHelper
expressions.first.type.instance_variable_set :@of_class , nil
end
is = Sof.write(expressions)
puts is
#puts is
is.gsub!("\n" , "*^*")
assert_equal @output , is
end