summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index a00d1ee0ec..ed187cdc6e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,11 +32,6 @@ namespace :spec do
false
end
- desc "Ensure spec dependencies are installed"
- task :deps do
- Spec::Rubygems.dev_setup
- end
-
namespace :travis do
task :deps do
# Give the travis user a name so that git won't fatally error
@@ -51,7 +46,7 @@ namespace :spec do
sh "sudo apt-get install graphviz -y"
# Install the other gem deps, etc
- Rake::Task["spec:deps"].invoke
+ sh "bin/bundle install"
end
end