test/test_helper.rb in seiten-0.0.5 vs test/test_helper.rb in seiten-0.0.6

- old
+ new

@@ -8,14 +8,9 @@ Rails.backtrace_cleaner.remove_silencers! # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } -# Load fixtures from the engine -if ActiveSupport::TestCase.method_defined?(:fixture_path=) - ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__) -end - class Test::Unit::TestCase # Seiten.config[:storage_type] = :yaml # Seiten.config[:storage_file] = File.join('..', 'fixtures', 'navigation.yml') # Seiten.config[:storage_directory] = File.join('app', 'pages') end