Skip to content

Commit fcd699b

Browse files
committed
dummy_shakapacker => app
1 parent 5bfb21b commit fcd699b

File tree

101 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+6
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- uses: actions/setup-node@v3
2222
- run: npm -g install yalc
2323
- run: yalc publish
24-
- run: cd test/dummy_shakapacker && yalc add react_ujs
25-
- run: cd test/dummy_shakapacker && yarn
24+
- run: cd test/app && yalc add react_ujs
25+
- run: cd test/app && yarn
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: 2.7.3

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ task default: :test
8484

8585
task :test_setup do
8686
load 'webdrivers/Rakefile'
87-
Dir.chdir('./test/dummy_shakapacker') do
87+
Dir.chdir('./test/app') do
8888
`yarn install`
8989
end
9090
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SimpleCov.start
44
end
55

6-
DUMMY_LOCATION = 'dummy_shakapacker'
6+
DUMMY_LOCATION = 'app'
77

88
support_path = File.expand_path('../support/*.rb', __FILE__)
99
Dir.glob(support_path).each do |f|

0 commit comments

Comments
 (0)