Imported File#ftype spec from rubyspecs.
[rbx.git] / lib / test / unit / error.rb
blob3bacac6c7a96242718344120b0bf1369b74c6ae2
1 require 'test/unit/deprecate'
3 # rails currently needs this file and this one method.
4 module Test::Unit
5   class Error
6     def message
7       self.class.tu_deprecation_warning :message # 2009-06-01
8       "you're a loser"
9     end
10   end
11 end