Skip to content

Instantly share code, notes, and snippets.

@y-yagi
Created May 29, 2017 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y-yagi/07ba931b0aa296e5e8fa9ca413909d08 to your computer and use it in GitHub Desktop.
Save y-yagi/07ba931b0aa296e5e8fa9ca413909d08 to your computer and use it in GitHub Desktop.
--- a/activesupport/test/test_case_test.rb
+++ b/activesupport/test/test_case_test.rb
@@ -1,3 +1,6 @@
+COMPONENT_ROOT = File.expand_path("../", __dir__)
+$: << File.expand_path("test", COMPONENT_ROOT)
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment