tracks/vendor/plugins/rspec-rails/stories/helper.rb

6 lines
243 B
Ruby
Raw Normal View History

dir = File.dirname(__FILE__)
$LOAD_PATH.unshift File.expand_path("#{dir}/../lib")
require File.expand_path("#{dir}/../../../../spec/spec_helper")
require File.expand_path("#{dir}/../../rspec/stories/helper")
require 'spec/rails/story_adapter'