go_import 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +2 -4
  2. data/spec/templating_spec.rb +0 -12
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_import
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-09-23 00:00:00.000000000 Z
15
+ date: 2014-09-24 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: iso_country_codes
@@ -260,7 +260,6 @@ files:
260
260
  - spec/person_spec.rb
261
261
  - spec/rootmodel_spec.rb
262
262
  - spec/spec_helper.rb
263
- - spec/templating_spec.rb
264
263
  homepage:
265
264
  licenses: []
266
265
  post_install_message:
@@ -307,4 +306,3 @@ test_files:
307
306
  - spec/person_spec.rb
308
307
  - spec/rootmodel_spec.rb
309
308
  - spec/spec_helper.rb
310
- - spec/templating_spec.rb
@@ -1,12 +0,0 @@
1
- require 'fileutils'
2
- require 'tmpdir'
3
-
4
- describe 'Templating' do
5
- let(:templating) { GoImport::Templating.new(File.expand_path("../templates", File.dirname(__FILE__))) }
6
-
7
- describe 'list' do
8
- it 'can find some templates' do
9
- templating.list().length.should > 0
10
- end
11
- end
12
- end