coulda 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY CHANGED
@@ -75,3 +75,7 @@ Cleanup
75
75
  -----
76
76
  - Adds support for call-by-name/symbol (i.e., "Given :some_method invokes the 'some_method' method")
77
77
  - Mocked pending within test Scenarios so that the test suite passes instead of incorrectly reporting pending tests
78
+
79
+ 0.5.2
80
+ -----
81
+ - coulda:print_features now requires 'coulda' (duh)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{coulda}
8
- s.version = "0.5.1"
8
+ s.version = "0.5.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Evan David Light"]
12
- s.date = %q{2009-12-04}
12
+ s.date = %q{2009-12-06}
13
13
  s.description = %q{Behaviour Driven Development derived from Cucumber but as an internal DSL with methods for reuse}
14
14
  s.email = %q{evan@tiggerpalace.com}
15
15
  s.extra_rdoc_files = [
@@ -9,6 +9,8 @@ namespace :coulda do
9
9
  # bug in test unit. Set to true to stop from running.
10
10
  Test::Unit.run = true
11
11
 
12
+ require 'coulda'
13
+
12
14
  test_files = Dir.glob(File.join('test', '**', '*_test.rb'))
13
15
  test_files.each do |file|
14
16
  load file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan David Light
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-04 00:00:00 -05:00
12
+ date: 2009-12-06 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency