fix path concatenation

This commit is contained in:
Stefan Richter 2011-10-09 20:30:48 +02:00
parent 1b33a2733a
commit 4b0087ae36
7 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper'
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
require 'notes_controller'
# Re-raise errors caught by the controller.