We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d921cc commit 3e3bc6bCopy full SHA for 3e3bc6b
.github/workflows/build_rails.yml
@@ -33,6 +33,8 @@ jobs:
33
run: cd test/dummy && npm install && npm run build
34
- name: Bundle install
35
run: bundle install
36
+ - name: Teset mini test
37
+ run: ruby -r minitest/mock -e "m = Minitest::Mock.new; m.expect(:call, 42); puts m.call"
38
- name: Run unit test
39
run: bundle exec rake test
40
- name: Run acceptance test
0 commit comments