test/unit/tab_helper_benchmarks.rb in exlibris-aleph-0.1.2 vs test/unit/tab_helper_benchmarks.rb in exlibris-aleph-0.1.3

- old
+ new

@@ -1,9 +1,9 @@ require 'test_helper' class TabHelperBenchmarks < ActiveSupport::TestCase def setup @adms = ["NYU50", "NYU51"] - @tab_path = "/mnt/aleph_tab" + @tab_path = "#{Rails.root}/../mnt/aleph_tab" dummy_path = "#{File.dirname(__FILE__)}/../dummy" @yml_path = File.join(dummy_path, "config/aleph") @log_path = File.join(dummy_path, "log/aleph") Exlibris::Aleph::TabHelper.class_variable_set(:@@adms, []) @TESTS = 10 \ No newline at end of file