integration-tests-rails 0.2.6 → 0.2.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92a09da9d48590c9072d36f161fd9f3fb4852ab94c0973d9fd956f784db15ca8
4
- data.tar.gz: 7153e044c5eed5872652e79f3fa5ca9aec0ed81186ea9501aaa7f6ca300a1002
3
+ metadata.gz: 0b713e5581680da759d07ab00d2904012d62f72fdb1625ad4ca835100f188231
4
+ data.tar.gz: 62a1f4d2138b48b8a5a9936a2d08a003e1e709fcbe169243862709da5d75308d
5
5
  SHA512:
6
- metadata.gz: 302521fed40c327d673c7c1c15fe8630d1005b3dcdefbe949d99edb54fab6f1635cd5e5ef80c535016579258031e6a232d21f94f459c71ef9a719896d68dc663
7
- data.tar.gz: 4c8113a176680fa522982678be6643c3416f0aebea0564f69289d0555fed84de3192f3d2b2e6ed295ef933ae684ecd04d3ad8f3d9feb1557f51864a4e8d2024e
6
+ metadata.gz: 2c02830d52b0d25e445e51eef2aff1711ee0a4315a375d80e76c99252ff3cc932065b38b7f1ae08ac711785527c1767e5dbe1f0f0b07128e2184f74f2ff76f6f
7
+ data.tar.gz: 93e097e117384f1ca2ccc810447342cc961e911b78d48f35a0bb6092c72fc32a0d7be0536d0ea043a4e34e078011d673f051b8485982ac01960e635267c77729
@@ -42,10 +42,12 @@ module IntegrationTestsRails
42
42
  end
43
43
 
44
44
  def configure_routes
45
- puts '================== ROUTES ADDED =================='
46
- Rails.application.routes.append do
45
+ app = Rails.application
46
+ app.routes.append do
47
47
  resources :tests, only: :index
48
48
  end
49
+ app.routes_reloader.reload!
50
+ log 'Routes appended and reloaded.'
49
51
  end
50
52
 
51
53
  def verbose?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IntegrationTestsRails
4
- VERSION = '0.2.6'
4
+ VERSION = '0.2.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: integration-tests-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tien