grade_runner 0.0.3.pre.4.pls.work.3.6.4 → 0.0.3.pre.4.pls.work.3.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: 8e2a533079cb579b4cd87bb3fa1321ed0bececd3ad4e2c2d97864eca7b0bb35b
|
|
4
|
+
data.tar.gz: 1fe94f978e682b95aea86c3cbfaf40e22ec896a9988b26c97e003d6c41944acd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ac07d7bdc2e11eab1c7ce0dff460d39518f143986241aceeda581df70154ede7cacbb18e1afc7f1c2f1da655c63377abc88e31d5780fb61014ce440a0b5d97e
|
|
7
|
+
data.tar.gz: 43658ab02e92939c7435a725fbf822336037cf68a621e99cbc475dd07352ecfaf0265a3aa4188ac7460171f85d247e6cf3f630917bfd16019202570e39586ef1
|
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.5
|
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 --order default --format JsonOutputFormatter --out #{path}`
|
|
94
|
+
`bundle exec rspec -I spec/support --order default --format JsonOutputFormatter --out #{path}`
|
|
95
95
|
rspec_output_json = JSON.parse(File.read(path))
|
|
96
96
|
username = ""
|
|
97
97
|
reponame = ""
|