Skip to content

Commit 5678963

Browse files
authored
Merge pull request #2366 from ViewComponent/symlink-fix
move specs to spec folder, removing sandbox symlink
2 parents 813a9b4 + 959a3e6 commit 5678963

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

spec/sandbox

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

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
require "view_component/deprecation"
1313
ViewComponent::Deprecation.behavior = :silence
1414

15-
require File.expand_path("../sandbox/config/environment.rb", __FILE__)
15+
require File.expand_path("../../test/sandbox/config/environment.rb", __FILE__)
1616
require "rspec/rails"
1717

1818
require "capybara/cuprite"

0 commit comments

Comments
 (0)