Commit 2a8d98986f04a9a53a305613c60ebbe957ad7fab

Authored by Victor Costa
1 parent 5b8a5469

rails3: fix require from mock file

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/mocks/test/uploaded_file.rb
1   -require 'app/models/uploaded_file'
  1 +require File.expand_path(File.dirname(__FILE__) + "/../../../app/models/uploaded_file")
2 2  
3 3 class UploadedFile < Article
4 4  
... ...