Changeset 1209

Show
Ignore:
Timestamp:
01/08/08 17:52:49 (11 months ago)
Author:
wyca..@gmail.com
Message:

removes warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/spec/spec_helper.rb

    r1114 r1209  
    1212require 'merb/test/helper' 
    1313 
    14 FIXTURES = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures')) 
     14FIXTURES = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures')) unless defined?(FIXTURES) 
    1515 
    1616require File.join(File.dirname(__FILE__), "spec_helpers", "url_shared_behaviour")