kitestrings 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d4a48f4e55c8cef19ac0327b1d8bf726e9a0a20
4
- data.tar.gz: d1756f337eafae586004a910df0510d964882ad1
3
+ metadata.gz: b39adcb32235e183072dc9e015639638dd9562d6
4
+ data.tar.gz: 55deed615f0a3bd72d5a0b67cca929b4d21f0f7b
5
5
  SHA512:
6
- metadata.gz: ad3a965a51e4d114209ed04ad5d9af9b4bb53d7ea3d91feb0e9dc48f5677da4eedb7efd8bc9c3340a07ec2309215a4195b393f5198ca89c0506f7e2e4ed6c389
7
- data.tar.gz: 4b29d9474757eec8b35a930b0c9bb3afc1961fd82288c8d1c275adcefd68e00cd6ff68de069a17f8a49704a8f33a22f0cc52d0f7832917dfcb230edfbf8c895e
6
+ metadata.gz: 828a03e4a13b735aa2c22633c2cfdf461568c33dbf390f05bceb9d0d86720f7be9a24f9136b7487746b7508b987aabe7640677191b1887533e4598f2efa683bd
7
+ data.tar.gz: 0fb3c21eead49db9898e332c77811306d33101b0bbfb69e028f8eb5c53388c8858ef4d21ea8ec68583a22f4ac909250805f7470921429244c0708c9c2f0a88fc
@@ -28,6 +28,7 @@ module Kitestrings
28
28
 
29
29
  def copy_spec_files
30
30
  directory "spec", "lib/templates/spec"
31
+ directory "spec/support", "lib/templates/spec/support"
31
32
  end
32
33
 
33
34
  def copy_spec_ext
@@ -2,7 +2,6 @@ require 'spec_helper'
2
2
 
3
3
  <% module_namespacing do -%>
4
4
  describe <%= controller_class_name %>Controller do
5
- render_views
6
5
  common_lets
7
6
 
8
7
  before :all do
@@ -0,0 +1,3 @@
1
+ RSpec.configure do |config|
2
+ config.render_views
3
+ end
@@ -1,3 +1,3 @@
1
1
  module Kitestrings
2
- VERSION = "1.0.8"
2
+ VERSION = "1.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitestrings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ridget
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-30 00:00:00.000000000 Z
12
+ date: 2015-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -144,6 +144,7 @@ files:
144
144
  - lib/generators/templates/rspec/scaffold/controller_spec.rb
145
145
  - lib/generators/templates/rspec/scaffold/routing_spec.rb
146
146
  - lib/generators/templates/spec/spec_helper.rb.tt
147
+ - lib/generators/templates/spec/support/render_views.rb
147
148
  - lib/generators/templates/spec_ext/my_ip_spec.rb
148
149
  - lib/generators/templates/spec_ext/spec_helper_ext.rb
149
150
  - lib/generators/templates/views/application/_navigation.html.haml