grade_runner 0.0.3.pre.4.pls.work.3.6.5 → 0.0.3.pre.4.pls.work.3.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/tasks/grade.rake +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb86b50e4cf9162cf12a71e71910577161e2f9e00b2dbcfb2daf368011fc6312
|
4
|
+
data.tar.gz: d04bd1396f304ecf7de4420e0e57a2e80b8003615a7b01c4fce9a4cdc92eea87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '082397c33ce3d1453b0fe0b50fdc07c55febeefa5ed1f32a81c14aacb7a54922e4fda944a465b8318eceb2ded323f8adc71033ec342ffc9e16f05ea03fcac83a'
|
7
|
+
data.tar.gz: d77e8725e33f4d2270af334cc0bb70ee017b7f048060c1a41f7768029441bdb65d8644cdca741c43d0fa529ecad6df7a73858e499425615e29c54ff87d879a14
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.3.pre.4.pls.work.3.6.
|
1
|
+
0.0.3.pre.4.pls.work.3.6.6
|
data/lib/tasks/grade.rake
CHANGED
@@ -91,7 +91,7 @@ namespace :grade do
|
|
91
91
|
`bin/rake db:migrate`
|
92
92
|
end
|
93
93
|
# `RAILS_ENV=test bundle exec rspec --order default --format JsonOutputFormatter --out #{path}`
|
94
|
-
`bundle exec rspec -I spec/support --order default
|
94
|
+
`bundle exec rspec -I spec/support --order default -f JsonOutputFormatter --out #{path}`
|
95
95
|
rspec_output_json = JSON.parse(File.read(path))
|
96
96
|
username = ""
|
97
97
|
reponame = ""
|