Skip to content

Commit

Permalink
Spin to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Apr 24, 2013
2 parents dff6333 + ce4431a commit ffc6ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Expand Up @@ -7,7 +7,7 @@ alias bu="bundle update"

# The following is based on https://github.com/gma/bundler-exec

bundled_commands=(annotate cap capify cucumber foreman guard jekyll middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails puma)
bundled_commands=(annotate cap capify cucumber foreman guard jekyll middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork thin thor unicorn unicorn_rails puma)

## Functions

Expand Down

1 comment on commit ffc6ae9

@divineforest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robbyrussell Why call spin from bundler? It's said in spin docs that it can be used outside of bundler.

https://github.com/jstorimer/spin#how-is-it-different-from-spork

Spin is designed so that your app never has to know about it. You can use Spin to run your tests while the rest of your team doesn't even know that Spin exists.

Please sign in to comment.