class Spec::Example::Configuration

def initialize

def initialize
  super
  self.fixture_path = RAILS_ROOT + '/spec/fixtures'
end