# File lib/rubigen/helpers/generator_test_helper.rb, line 52
    def assert_file_exists(path)
      assert File.exists?("#{APP_ROOT}/#{path}"),"The file '#{path}' should exist"
    end