Skip to content

Commit 8a53f98

Browse files
authored
Merge pull request #39 from github/remove_recursive_symlink
Remove recursive symlink spec/dummy/spec -> spec/
2 parents e8c2828 + 62ce6a1 commit 8a53f98

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

spec/dummy/spec

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/rails_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Checks for pending migration and applies them before tests are run.
2929
# If you are not using ActiveRecord, you can remove this line.
3030

31-
Dir[Rails.root.join "spec/support/**/*.rb"].each {|f| require f}
31+
Dir[File.expand_path("../../spec/support/**/*.rb", __FILE__)].each {|f| require f}
3232

3333
RSpec.configure do |config|
3434
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures

0 commit comments

Comments
 (0)