Signed-off-by: Wincent Colaiuta <win@wincent.com>
--- /dev/null
+PATH
+ remote: .
+ specs:
+ walrat (0.0.0.99)
+
+GEM
+ remote: http://rubygems.org/
+ specs:
+ rspec (1.3.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ rspec (= 1.3.0)
+ walrat!
--- /dev/null
+#!/usr/bin/env ruby
+#
+# This file was generated by Bundler.
+#
+# The application 'autospec' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", __FILE__)
+
+require 'rubygems'
+require 'bundler/setup'
+
+load Gem.bin_path('rspec', 'autospec')
--- /dev/null
+#!/usr/bin/env ruby
+#
+# This file was generated by Bundler.
+#
+# The application 'spec' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", __FILE__)
+
+require 'rubygems'
+require 'bundler/setup'
+
+load Gem.bin_path('rspec', 'spec')