forest_liana 3.0.0.pre.beta.12 → 3.0.0.pre.beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre.beta.12
4
+ version: 3.0.0.pre.beta.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
@@ -425,7 +425,6 @@ files:
425
425
  - test/fixtures/string_field.yml
426
426
  - test/fixtures/tree.yml
427
427
  - test/forest_liana_test.rb
428
- - test/integration/navigation_test.rb
429
428
  - test/routing/route_test.rb
430
429
  - test/services/forest_liana/has_many_getter_test.rb
431
430
  - test/services/forest_liana/pie_stat_getter_test.rb
@@ -533,7 +532,6 @@ test_files:
533
532
  - test/dummy/db/migrate/20150616150629_create_polymorphic_field.rb
534
533
  - test/dummy/log/test.log
535
534
  - test/dummy/README.rdoc
536
- - test/integration/navigation_test.rb
537
535
  - test/forest_liana_test.rb
538
536
  - test/fixtures/has_many_through_field.yml
539
537
  - test/fixtures/string_field.yml
@@ -1,10 +0,0 @@
1
- require 'test_helper'
2
-
3
- class NavigationTest < ActionDispatch::IntegrationTest
4
- fixtures :all
5
-
6
- # test "the truth" do
7
- # assert true
8
- # end
9
- end
10
-