rspectacular 0.14.0 → 0.14.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
data/lib/rspectacular/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2013-10-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|