Commit 2e0b8d8
Changed files (3)
bin/teaspoon
@@ -0,0 +1,16 @@
+#!/usr/bin/env ruby
+#
+# This file was generated by Bundler.
+#
+# The application 'teaspoon' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+require 'pathname'
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
+
+require 'rubygems'
+require 'bundler/setup'
+
+load Gem.bin_path('teaspoon', 'teaspoon')
Gemfile
@@ -53,6 +53,7 @@ group :development, :test do
gem 'factory_girl_rails'
gem 'ffaker'
gem 'database_cleaner'
+ gem 'teaspoon', github: 'modeset/teaspoon', require: 'teaspoon-jasmine'
end
group :production do
Gemfile.lock
@@ -1,3 +1,10 @@
+GIT
+ remote: git://github.com/modeset/teaspoon.git
+ revision: 65dd86cbc0429381e914d356b5eabce118c5a877
+ specs:
+ teaspoon (0.9.1)
+ railties (>= 3.2.5, < 5)
+
GEM
remote: https://rubygems.org/
specs:
@@ -270,6 +277,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
+ teaspoon!
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)