Merge branch 'master' of github.com:pivotal/jasmine
This commit is contained in:
@@ -36,9 +36,7 @@ class JasmineDev < Thor
|
|||||||
|
|
||||||
def has_node?
|
def has_node?
|
||||||
run "which node", :verbose => false, :capture => true
|
run "which node", :verbose => false, :capture => true
|
||||||
last_exit_code = $?.to_s[-1]
|
$?.exitstatus == 0
|
||||||
|
|
||||||
last_exit_code == '0'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def pages_submodule_installed?
|
def pages_submodule_installed?
|
||||||
|
|||||||
Reference in New Issue
Block a user