test/test_helper.rb in seiten-0.0.1 vs test/test_helper.rb in seiten-0.0.2

- old
+ new

@@ -14,11 +14,12 @@ 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_type] = :yaml + # Seiten.config[:storage_file] = File.join('..', 'fixtures', 'navigation.yml') + # Seiten.config[:storage_directory] = File.join('app', 'pages') end class ActionDispatch::IntegrationTest include Capybara::DSL end