partial_testcase 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 7dcf568407affdad0a3b0ca0cc3d7f3eaa425dc9
4
- data.tar.gz: a1026054ecf0e9d990dfba7efb75a13b1c70d5a8
3
+ metadata.gz: 967809645b0c9d431125526f849cfe68b1f484c4
4
+ data.tar.gz: f7c6ecefd5e6c086ff8a7db441858cbb6fe7a08d
5
5
  SHA512:
6
- metadata.gz: 246c66caad254c4bf36d059cd07878b7c5cc6769a622ba80a553679efed02dc6de8684c6aae7fb6531474b26d9f85d45640624be1305a77dd1232dd0dd0e4b7a
7
- data.tar.gz: dadbd413d47e97ac499457b0b07db16f07580c6533a4e973ff1682a0a10f9fce5874ce744bca81322700605501c9fb77c18bb4c342f1fc6fc50093636800d995
6
+ metadata.gz: 6f4d073a750ed01562c15bf92dd48b352b7a61adff4cd585bb1193a0df68edf331f5febc16de577d2cdf6e2b1032802d4bae0c7d36956db93eeaced9da6bf28a
7
+ data.tar.gz: 20fb831cd6a316a25254046aead76733b6d66db4ca83de648ec941ba44e0ba1c8a559631510818af6d1dc3d52ff18d8f1409b78aa4fcb98ee39052a6460df27f
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PartialTestcase
2
- PartialTestcase is a gem providing unit tests for your partials.
2
+ PartialTestcase is a gem providing unit tests for your partials using Minitest.
3
3
 
4
4
  ![](https://api.travis-ci.org/julien-meichelbeck/partial_testcase.svg?branch=master)
5
5
 
@@ -4,10 +4,10 @@ module PartialTestcase
4
4
  include Rails::Dom::Testing::Assertions
5
5
 
6
6
  attr_reader :html_body
7
- class_attribute :partial, :helpers_context, :helper_values, :modules
7
+ class_attribute :partial, :helpers_context, :modules
8
8
  self.modules = []
9
9
 
10
- def setup
10
+ def before_setup
11
11
  super
12
12
  setup_view
13
13
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module PartialTestcase
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partial_testcase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Meichelbeck
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2017-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails