rails_backbone_generators 1.4.0 → 1.4.1

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: 50e983346dfedfa6694d8dda5d3d0de3ad4cbca8
4
- data.tar.gz: c2cd07c8400775137afd786a351707e31c70d8f4
3
+ metadata.gz: 77e13d79e024dbf9b28cac90810952ceb9559664
4
+ data.tar.gz: bbb71823eaf4f8073b0d2b566e52ea800c7f7ee5
5
5
  SHA512:
6
- metadata.gz: 1c70d07f0bd45fde2f9346aa85e788c457739e8c8e0c632e84e0a8a5589ca5d8376cd50ccc06b22eb6a5e16ca36c80e060457d85e9142beb4a5276c4e3b7af14
7
- data.tar.gz: e98ac3a6795616cb3e7f4b49ea41d722734874cdef0011c84e1b312638d9dea9e7eab68ac34e3a85d45e0ec038c9af0673e2efc4ac7ad21c38bdbc818b1e625d
6
+ metadata.gz: 496298fb1a840473204078d68fbb56bbe6fa76e8faac99919c20ec22d2bc8bf509f49d5431bda290a6274fcdd75ff529952ca5a043887e4589656736ea162ff8
7
+ data.tar.gz: 1fa8992cb29c4888e06c151978730bd6811ba14fb3f4ea08fca0f2b93bdaec848d0a78b8cc4d44b963e7398a423dc687ecb267f8f4158d25beec7791a0863c14
@@ -2,3 +2,5 @@ describe '<%= class_name %>', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,5 @@ describe '<%= singular_class_name %>', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,5 @@ describe '<%= plural_class_name %>', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= plural_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -3,3 +3,5 @@ describe '<%= plural_class_name %>ListView', ->
3
3
  @sut = new <%= plural_class_name %>ListView
4
4
  @sut.render()
5
5
 
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -2,3 +2,5 @@ describe '<%= singular_class_name %>', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,6 @@ describe '<%= singular_class_name %>RowView', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>RowView
4
4
  @sut.render()
5
+
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -1,4 +1,6 @@
1
- describe '<%= class_name %>', ->
1
+ describe '<%= singular_class_name %>', ->
2
2
  beforeEach ->
3
- @sut = new <%= class_name %>
3
+ @sut = new <%= singular_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,5 @@ describe '<%= class_name %>Router', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= class_name %>Router
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -1,4 +1,6 @@
1
- describe '<%= class_name %>', ->
1
+ describe '<%= plural_class_name %>', ->
2
2
  beforeEach ->
3
- @sut = new <%= class_name %>
3
+ @sut = new <%= plural_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -3,3 +3,5 @@ describe '<%= plural_class_name %>ListView', ->
3
3
  @sut = new <%= plural_class_name %>ListView
4
4
  @sut.render()
5
5
 
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -2,3 +2,5 @@ describe '<%= singular_class_name %>', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,6 @@ describe '<%= singular_class_name %>RowView', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>RowView
4
4
  @sut.render()
5
+
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -1,4 +1,6 @@
1
- describe '<%= class_name %>', ->
1
+ describe '<%= plural_class_name %>', ->
2
2
  beforeEach ->
3
- @sut = new <%= class_name %>
3
+ @sut = new <%= plural_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,5 @@ describe '<%= singular_class_name %>', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>
4
4
 
5
+ it 'should be true', ->
6
+ expect(true).toBeTruthy()
@@ -2,3 +2,6 @@ describe '<%= singular_class_name %>RowView', ->
2
2
  beforeEach ->
3
3
  @sut = new <%= singular_class_name %>RowView
4
4
  @sut.render()
5
+
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -3,3 +3,5 @@ describe '<%= plural_class_name %>TableView', ->
3
3
  @sut = new <%= plural_class_name %>TableView
4
4
  @sut.render()
5
5
 
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -3,3 +3,5 @@ describe '<%= class_name %>View', ->
3
3
  @sut = new <%= class_name %>View
4
4
  @sut.render()
5
5
 
6
+ it 'should be true', ->
7
+ expect(true).toBeTruthy()
@@ -1,3 +1,3 @@
1
1
  module RailsBackboneGenerators
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_backbone_generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jade Meskill