We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spring binstub --remove --all
1 parent 88b6284 commit 1c130b6Copy full SHA for 1c130b6
lib/spring/test/acceptance_test.rb
@@ -208,6 +208,11 @@ def exec_name
208
assert_success "bin/rake -T", stdout: "rake db:migrate"
209
end
210
211
+ test "binstub remove all" do
212
+ assert_success "bin/spring binstub --remove --all"
213
+ refute File.exist?(app.path("bin/spring"))
214
+ end
215
+
216
test "binstub when spring gem is missing" do
217
without_gem "spring-#{Spring::VERSION}" do
218
File.write(app.gemfile, app.gemfile.read.gsub(/gem 'spring.*/, ""))
0 commit comments