rspectacular 0.14.0 → 0.14.1

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.
@@ -19,16 +19,13 @@ module Capybara
19
19
  alias :xscenario :xit
20
20
  alias :given :let
21
21
  alias :given! :let!
22
-
23
- if defined?(RSpec::Rails)
24
- include RSpec::Rails::RequestExampleGroup
25
- include Rack::Test::Methods
26
- end
22
+ alias :feature :describe
27
23
  end
28
24
  end
29
25
  end
30
26
  end
31
27
 
28
+
32
29
  def self.feature(*args, &block)
33
30
  options = if args.last.is_a?(Hash) then args.pop else {} end
34
31
  options[:capybara_feature] = true
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.14.0'
2
+ VERSION = '0.14.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-21 00:00:00.000000000 Z
12
+ date: 2013-10-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec