grosser / autotest

Save a file, autotest will run the matching tests! (Autotest without ZenTest)
121 stars 20 forks source link

Encoding UTF-8 Error #21

Closed lucianosousa closed 13 years ago

lucianosousa commented 13 years ago

Using rvm, I received this error: ~/.rvm/gems/ruby-1.9.2-p0@bvo/gems/ZenTest-4.4.2/lib/unit_diff.rb:74:in `===': invalid byte sequence in US-ASCII (ArgumentError)

All my files have the encoding utf-8 in top. note: using the command $ rake test my tests passes

grosser commented 13 years ago

hope 4.5.5 solves your problem, added # encoding: UTF-8 to all files