Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
autotest added
Browse files Browse the repository at this point in the history
  • Loading branch information
fb3 committed May 17, 2011
1 parent a74d23d commit c077ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions autotest/discover.rb
@@ -0,0 +1,2 @@
Autotest.add_discovery { "rspec2" }

4 changes: 1 addition & 3 deletions retryable.gemspec
@@ -1,6 +1,3 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -21,6 +18,7 @@ Gem::Specification.new do |s|
s.summary = %q{Kernel#retryable, allow for retrying of code blocks.}

s.add_development_dependency('rspec', '~> 2.5.0')
s.add_development_dependency('autotest', '~> 4.4.6')
s.add_development_dependency('bundler')

s.required_rubygems_version = '>= 1.3.6'
Expand Down

0 comments on commit c077ad8

Please sign in to comment.