mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 17:20:12 +01:00
5 lines
No EOL
181 B
Ruby
5 lines
No EOL
181 B
Ruby
dir = File.dirname(__FILE__)
|
|
$LOAD_PATH.unshift File.expand_path("#{dir}/../lib")
|
|
require File.expand_path("#{dir}/../../../../spec/spec_helper")
|
|
|
|
require 'spec/rails/story_adapter' |