mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 21:28:08 +01:00
gemspec changes to comment out dep on cucumber lib/aruba.rb emptied We need to move forward to recent versions of rails/cucumber/etc
15 lines
No EOL
257 B
Ruby
15 lines
No EOL
257 B
Ruby
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
|
|
require 'aruba'
|
|
require 'fileutils'
|
|
|
|
begin
|
|
# rspec-2
|
|
require 'rspec/expectations'
|
|
rescue LoadError
|
|
# rspec-1
|
|
require 'spec/expectations'
|
|
end
|
|
|
|
Before do
|
|
FileUtils.rm(Dir['config/*.yml'])
|
|
end |