test/decomposers/test-csv.rb in chupa-text-1.2.1 vs test/decomposers/test-csv.rb in chupa-text-1.2.2

- old
+ new

@@ -12,10 +12,10 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -class TestDecomposersCSV< Test::Unit::TestCase +class TestDecomposersCSV < Test::Unit::TestCase include Helper def setup @decomposer = ChupaText::Decomposers::CSV.new({}) end