Displaying 1 result from an estimated 1 matches for "listtocsvconverter".
2007 Jul 26
1
autotest loosing RAILS_ROOT Constant?
...st_file.txt", "r") {
|f| f.read}
All the specs that error are just like that. They are nothing
special, read a file, send it to a method, get the result,
result.should == file
This is what it looks like in my console:
===================================
1)
NameError in ''ListToCsvConverter should ...1''
uninitialized constant RAILS_ROOT
./spec/lib/list_to_csv_converter_spec.rb:18:
script/spec:4:
2)
NameError in ''ListToCsvConverter should ...2''
uninitialized constant RAILS_ROOT
./spec/lib/list_to_csv_converter_spec.rb:11:
script/spec:4:
Finished in 0.008741...