bin/rspec in pageflow-linkmap-page-2.9.0 vs bin/rspec in pageflow-linkmap-page-2.10.0
- old
+ new
@@ -2,10 +2,10 @@
ENV['RAILS_ENV'] ||= 'test'
dummy_root = File.expand_path("../spec/dummy/rails-4.1.9", File.dirname(__FILE__))
begin
- load File.expand_path("../spring", __FILE__) if File.exists?(dummy_root)
+ load File.expand_path("../spring", __FILE__) if File.exist?(dummy_root)
rescue LoadError
end
require 'bundler/setup'
load Gem.bin_path('rspec-core', 'rspec')