Skip to content

Commit

Permalink
add bacon/bits for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Feb 24, 2012
1 parent e27a2bd commit 6a48ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Expand Up @@ -11,9 +11,9 @@ Gem::Specification.new do |s|
s.summary = "Creates, manages and saves aliases for class methods, instance methods, constants, delegated methods and more."
s.description = "Creates aliases for class methods, instance methods, constants, delegated methods and more. Aliases can be easily searched or saved as YAML config files to load later. Custom alias types are easy to create with the DSL Alias provides. Although Alias was created with the irb user in mind, any Ruby console program can hook into Alias for creating configurable aliases."
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = 'tagaholic'
s.add_development_dependency 'bacon', '>= 1.1.0'
s.add_development_dependency 'mocha'
s.add_development_dependency 'bacon-bits'
s.add_development_dependency 'mocha', '~> 0.9.8'
s.add_development_dependency 'mocha-on-bacon'
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec}
s.files += Dir.glob('test/*.yml')
Expand Down
3 changes: 2 additions & 1 deletion test/test_helper.rb
@@ -1,4 +1,5 @@
require 'bacon'
require 'bacon/bits'
require 'mocha'
require 'mocha-on-bacon'
require 'alias'
Expand Down Expand Up @@ -28,4 +29,4 @@ def capture_stderr(&block)
end
fake.string
end
end
end

0 comments on commit 6a48ad9

Please sign in to comment.