steak 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
21
21
 
22
22
  # Change these as appropriate
23
23
  s.name = "steak"
24
- s.version = "0.3.6"
24
+ s.version = "0.3.7"
25
25
  s.summary = "If you are not in Rails but use RSpec, then Steak is just some aliases providing you with the language of acceptance testing (feature, scenario, background). If you are in Rails, you also have a couple of generators, a rake task and full Rails integration testing (meaning Webrat support, for instance)"
26
26
  s.description = "Minimalist acceptance testing on top of RSpec"
27
27
  s.author = "Luismi Cavallé"
@@ -9,7 +9,9 @@ end
9
9
  <%- else -%>
10
10
  require 'capybara/rails'
11
11
 
12
- include Capybara
12
+ Spec::Runner.configure do |config|
13
+ config.include Capybara
14
+ end
13
15
  <%- end -%>
14
16
 
15
17
  # Put your acceptance spec helpers inside /spec/acceptance/support
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 6
9
- version: 0.3.6
8
+ - 7
9
+ version: 0.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Luismi Cavall\xC3\xA9"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-05 00:00:00 +02:00
17
+ date: 2010-05-06 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency