Skip to content

Commit

Permalink
Fix issue with tests not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Nov 19, 2015
1 parent bf78f4c commit a9ab156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/ghostinspector/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ def executeApi(type, test)
passing = true

# ------ TESTING ONLY ------
results = JSON.parse(File.read("gitestresults.json"))
# results = JSON.parse(File.read("gitestresults.json"))
# results = JSON.parse(File.read("suiteresults.json"))
# ------ TESTING ONLY ------

# # Perform the API request and get the results
# results = sendRequest(type, test)
results = sendRequest(type, test)

# Check the data returned for failed tests
if (@rollback == true)
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/ghostinspector/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Ghostinspector
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit a9ab156

Please sign in to comment.