stories 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/stories/runner.rb +1 -1
  2. metadata +5 -7
@@ -115,7 +115,7 @@ module Stories
115
115
  def report_for(action, &block)
116
116
  define_method(action) do |*args|
117
117
  @scenario.steps << block.call(*args)
118
- super
118
+ super(*args)
119
119
  end
120
120
  end
121
121
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stories
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Janowski
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-08-25 00:00:00 -07:00
13
+ date: 2009-09-04 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -44,10 +44,8 @@ files:
44
44
  - rails/init.rb
45
45
  - test/all_test.rb
46
46
  - test/pdf_test.rb
47
- has_rdoc: true
47
+ has_rdoc: false
48
48
  homepage: http://github.com/citrusbyte/stories
49
- licenses: []
50
-
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
 
@@ -68,9 +66,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
66
  requirements: []
69
67
 
70
68
  rubyforge_project: stories
71
- rubygems_version: 1.3.5
69
+ rubygems_version: 1.3.1
72
70
  signing_key:
73
- specification_version: 3
71
+ specification_version: 2
74
72
  summary: Write Stories and User Acceptance Tests using the minimalist testing framework Contest.
75
73
  test_files: []
76
74