public
Description: lightweight and fast stubbing framework
Homepage: http://www.artweb-design.de
Clone URL: git://github.com/svenfuchs/stubby.git
stubby / stubby.gemspec
100644 13 lines (12 sloc) 0.906 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name = "stubby"
  s.version = "0.0.1"
  s.date = "2008-05-29"
  s.summary = "Lightweight and fast stubbing framework"
  s.email = "svenfuchs@artweb-design.de"
  s.homepage = "http://github.com/svenfuchs/stubby"
  s.description = "Stubby is a lightweight and fast stubbing framework that was designed to help with the repetitive work of setting up stub scenarios for specifying/testing and optimized for speed and ease of use."
  s.has_rdoc = false
  s.authors = ["Sven Fuchs"]
  s.files = ["lib/stubby/base.rb", "lib/stubby/class_factory.rb", "lib/stubby/definition.rb", "lib/stubby/handle.rb", "lib/stubby/has_many_proxy.rb", "lib/stubby/instances.rb", "lib/stubby/loader.rb", "lib/stubby.rb", "MIT-LICENSE", "README.markdown", "spec/no_rails.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/stubby_spec.rb", "spec/stubs", "spec/stubs/site.rb", "stubby.gemspec"]
end