guard-rspec 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/guard/rspec/templates/Guardfile +2 -2
- data/lib/guard/rspec/version.rb +1 -1
- metadata +5 -2
@@ -11,8 +11,8 @@ guard 'rspec' do
|
|
11
11
|
watch('config/routes.rb') { "spec/routing" }
|
12
12
|
watch('app/controllers/application_controller.rb') { "spec/controllers" }
|
13
13
|
|
14
|
-
# Capybara
|
15
|
-
watch(%r{^app/views/(.+)/.*\.(erb|haml)$}) { |m| "spec/
|
14
|
+
# Capybara features specs
|
15
|
+
watch(%r{^app/views/(.+)/.*\.(erb|haml)$}) { |m| "spec/features/#{m[1]}_spec.rb" }
|
16
16
|
|
17
17
|
# Turnip features and steps
|
18
18
|
watch(%r{^spec/acceptance/(.+)\.feature$})
|
data/lib/guard/rspec/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
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: 2012-
|
12
|
+
date: 2012-11-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: guard
|
@@ -86,6 +86,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
- - ! '>='
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0'
|
89
|
+
segments:
|
90
|
+
- 0
|
91
|
+
hash: 3851016056491779654
|
89
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
90
93
|
none: false
|
91
94
|
requirements:
|