Skip to content

Commit

Permalink
installed autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammer Saleh committed Oct 20, 2011
1 parent 3346274 commit 9d9233d
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 4 deletions.
Empty file added .rspec
Empty file.
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -6,6 +6,10 @@ PATH
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.6.2)
autotest-fsevent (0.2.5)
sys-uname
autotest-growl (0.2.11)
diff-lcs (1.1.3)
rspec (2.7.0)
rspec-core (~> 2.7.0)
Expand All @@ -15,11 +19,15 @@ GEM
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
sys-uname (0.8.6)

PLATFORMS
ruby

DEPENDENCIES
ZenTest
autotest-fsevent
autotest-growl
bundler (>= 1.0.0)
rspec (~> 2.0)
youtrack!
2 changes: 1 addition & 1 deletion bin/autospec
Expand Up @@ -13,4 +13,4 @@ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('rspec-core', 'autospec')
load Gem.bin_path('youtrack', 'autospec')
16 changes: 16 additions & 0 deletions bin/autotest
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'autotest' 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('ZenTest', 'autotest')
2 changes: 1 addition & 1 deletion bin/htmldiff
Expand Up @@ -13,4 +13,4 @@ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('diff-lcs', 'htmldiff')
load Gem.bin_path('youtrack', 'htmldiff')
2 changes: 1 addition & 1 deletion bin/ldiff
Expand Up @@ -13,4 +13,4 @@ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('diff-lcs', 'ldiff')
load Gem.bin_path('youtrack', 'ldiff')
16 changes: 16 additions & 0 deletions bin/multigem
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'multigem' 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('ZenTest', 'multigem')
16 changes: 16 additions & 0 deletions bin/multiruby
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'multiruby' 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('ZenTest', 'multiruby')
16 changes: 16 additions & 0 deletions bin/multiruby_setup
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'multiruby_setup' 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('ZenTest', 'multiruby_setup')
2 changes: 1 addition & 1 deletion bin/rspec
Expand Up @@ -13,4 +13,4 @@ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('rspec-core', 'rspec')
load Gem.bin_path('youtrack', 'rspec')
16 changes: 16 additions & 0 deletions bin/unit_diff
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'unit_diff' 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('ZenTest', 'unit_diff')
16 changes: 16 additions & 0 deletions bin/zentest
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'zentest' 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('ZenTest', 'zentest')
3 changes: 3 additions & 0 deletions youtrack.gemspec
Expand Up @@ -18,6 +18,9 @@ Gem::Specification.new do |s|
# s.add_dependency "nokogiri"
s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "ZenTest"
s.add_development_dependency "autotest-fsevent"
s.add_development_dependency "autotest-growl"

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
Expand Down

0 comments on commit 9d9233d

Please sign in to comment.