test/rails/test_to_fxml.rb in dima-restfulx-1.2.2 vs test/rails/test_to_fxml.rb in dima-restfulx-1.2.3
- old
+ new
@@ -6,10 +6,10 @@
require 'models/project'
require 'models/task'
require 'models/user'
require 'models/simple_property'
-class ToFxmlTest < Test::Unit::TestCase
+class ToFxmlTest < ActiveRecord::TestCase
fixtures :locations, :notes, :projects, :tasks, :users, :simple_properties
def test_to_fxml_sanity
assert_nothing_raised {users(:ludwig).to_fxml}
end
\ No newline at end of file