Skip to content

Commit

Permalink
removed fixture loading
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 16, 2009
1 parent b55c01c commit cefb7a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
require 'db/migrate'

# setup fixtures and AR testcase
FIXTURES_ROOT = File.expand_path(File.dirname(__FILE__),'../fixtures')
FIXTURES_ROOT = File.join(File.dirname(__FILE__),'fixtures')
require 'active_record/fixtures'
require 'active_record/test_case'

Expand Down
2 changes: 0 additions & 2 deletions test/test_validations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class Thaumaturgist < IneptWizard
end

class ValidationsTest < ActiveRecord::TestCase
fixtures :topics, :developers

include GetText
bindtextdomain_to(ActiveRecord, "active_record", :path => "locale")

Expand Down

0 comments on commit cefb7a0

Please sign in to comment.