aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-18 01:20:04 -0300
committerErick Sasse <esasse@gmail.com>2015-07-19 11:51:55 -0300
commit1bedb85afd03d5d20c1eda1e1b387feaeda0c500 (patch)
tree695995d62bdddbae110a9ae5e763ed391bf9fa2e /Rakefile
parent3760c0a8854ac9f52004249d94fb94e9cce5b815 (diff)
downloadbundler-1bedb85afd03d5d20c1eda1e1b387feaeda0c500.tar.gz
Fix Style/SignalException
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1ae9e4a4..ffbffe6a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -265,7 +265,7 @@ begin
end
unless specs && sudos && realworld
- fail "Spec run failed, please review the log for more information"
+ raise "Spec run failed, please review the log for more information"
end
end
end