relevance / test-spec

Fork of test-spec to add the awesome

This URL has Read+Write access

rsanheim (author)
Tue Oct 21 22:55:48 -0700 2008
commit  b2c66a55755c92c6323c46f4694473ec8916f32d
tree    0b89670a0963b006cdff6b3a859bfc8d67b96612
parent  e79304c84cffe8d50d7e16cc2638b64b3a7b6e32
test-spec / test-spec.gemspec
100644 129 lines (123 sloc) 3.256 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Gem::Specification for Test-spec-0.4.1.2
# Originally generated by Echoe
 
--- !ruby/object:Gem::Specification
name: test-spec
version: !ruby/object:Gem::Version
  version: 0.4.1.2
platform: ruby
authors:
- Christian Neukirchen
autorequire:
bindir: bin
 
date: 2008-10-22 00:00:00 -04:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
  name: echoe
  type: :development
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: "0"
    version:
- !ruby/object:Gem::Dependency
  name: allison
  type: :development
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: "0"
    version:
- !ruby/object:Gem::Dependency
  name: markaby
  type: :development
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: "0"
    version:
description: test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development). test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a 'should'-like syntax. This is a fork of the main version to add some features and make things a bit easier for developers. It grew out of day to day use at Relevance (http://thinkrelevance.com).
email: chneukirchen@gmail.com
executables:
- specrb
- specrb
extensions: []
 
extra_rdoc_files:
- bin/specrb
- CHANGELOG
- lib/test/spec/dox.rb
- lib/test/spec/focused/collector-extensions.rb
- lib/test/spec/focused/focused.rb
- lib/test/spec/rails_helper.rb
- lib/test/spec/rdox.rb
- lib/test/spec/should-output.rb
- lib/test/spec/version.rb
- lib/test/spec.rb
- README.rdoc
files:
- bin/specrb
- CHANGELOG
- examples/stack.rb
- examples/stack_spec.rb
- lib/test/spec/dox.rb
- lib/test/spec/focused/collector-extensions.rb
- lib/test/spec/focused/focused.rb
- lib/test/spec/rails_helper.rb
- lib/test/spec/rdox.rb
- lib/test/spec/should-output.rb
- lib/test/spec/version.rb
- lib/test/spec.rb
- Rakefile
- README.rdoc
- ROADMAP
- test/helper.rb
- test/spec_dox.rb
- test/spec_flexmock.rb
- test/spec_focused.rb
- test/spec_mocha.rb
- test/spec_nestedcontexts.rb
- test/spec_new_style.rb
- test/spec_should-output.rb
- test/spec_testspec.rb
- test/spec_testspec_order.rb
- test/test_testunit.rb
- TODO
- Manifest
- test-spec.gemspec
has_rdoc: true
homepage: http://github.com/relevance/test-spec
post_install_message:
rdoc_options:
- --line-numbers
- --inline-source
- --title
- Test-spec
- --main
- README.rdoc
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "1.2"
  version:
requirements: []
 
rubyforge_project: test-spec
rubygems_version: 1.3.0
specification_version: 2
summary: Relevance fork of Behaviour Driven Development interface for Test::Unit
test_files:
- test/test_testunit.rb