Skip to content

Commit 5f201b9

Browse files
committed
move specs to spec folder, removing sandbox symlink
1 parent b9b0ec7 commit 5f201b9

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)