Commit b62949a

mo khan <mo@mokhan.ca>
2015-04-12 17:32:01
add spring binstub for teaspoon.
1 parent 21ba529
bin/teaspoon
@@ -1,4 +1,8 @@
 #!/usr/bin/env ruby
+begin
+  load File.expand_path("../spring", __FILE__)
+rescue LoadError
+end
 #
 # This file was generated by Bundler.
 #
Gemfile
@@ -47,6 +47,7 @@ group :development, :test do
   # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
   gem 'spring'
   gem 'spring-commands-rspec'
+  gem 'spring-commands-teaspoon'
   gem 'rspec-rails'
   gem 'foreman'
   gem 'i18n-tasks'
Gemfile.lock
@@ -209,6 +209,8 @@ GEM
     spring (1.2.0)
     spring-commands-rspec (1.0.4)
       spring (>= 0.9.1)
+    spring-commands-teaspoon (0.0.2)
+      spring (>= 0.9.1)
     sprockets (2.12.3)
       hike (~> 1.2)
       multi_json (~> 1.0)
@@ -275,6 +277,7 @@ DEPENDENCIES
   sdoc (~> 0.4.0)
   spring
   spring-commands-rspec
+  spring-commands-teaspoon
   teaspoon
   turbolinks
   uglifier (>= 1.3.0)