rao-shoulda_matchers 0.0.45.pre → 0.0.46.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29c15ab71d04f74d5a3d57acf6e293c63f9c3320574785ac510dbf595b3b8f98
4
- data.tar.gz: ca33d1230f16a24caba7735e4a577dedbf5e6deea74f6ff5769a11abda2b2c12
3
+ metadata.gz: 44d9076778929de2747aff073910c35a55d22fa333001f8bc6f79a82efb2048e
4
+ data.tar.gz: cc03397daeb8eaef03f5b0d80dc77f8bd1faaac588f52311ddd8aee8894e8718
5
5
  SHA512:
6
- metadata.gz: 4e59a352333e48aabee4435074ec21cb8618859efbb3697bf00a0274253a04d0c4aa353bbe2922a47ffe36611536b73ecf1835c2b7fedc2e0a22b7cf0dfa4411
7
- data.tar.gz: a1d06053d2fa9873eda438695aec6e919b88188103740165ca98c15b83049d349309e1574aa9ce81a5d4a14a8157932271afe3900075c606445b203b5f096d5c
6
+ metadata.gz: e2689978d088a4e08fa44c453ef6feee353a1e3cd8a9b90bfc8acf3b333815e19edc77d19dbc360f89d3831b0269b13500ae37338063208bcf5bac9c7e2dd08a
7
+ data.tar.gz: b8a3177a47dfaf61ff3e349ec912107a688a29b9e2db76e32ce13e48f9e78b21b3b059503c526a85857765366b4805f1fe3eec0c96377d240dc4f37f0fdf7d13
@@ -0,0 +1,30 @@
1
+ # Rao::ShouldaMatchers
2
+
3
+ RSpec shoulda style matchers for REST compliant controllers.
4
+
5
+ ## Setup
6
+
7
+ # spec/support/rao-shoulda_matchers.rb
8
+ require 'rao/shoulda/matchers'
9
+
10
+ RSpec.configure do |config|
11
+ config.include Rao::Shoulda::Matchers, type: :feature
12
+ end
13
+
14
+ ## Installation
15
+
16
+ Add this line to your application's Gemfile:
17
+
18
+ ```ruby
19
+ gem 'rao-shoulda_matchers'
20
+ ```
21
+
22
+ And then execute:
23
+ ```bash
24
+ $ bundle
25
+ ```
26
+
27
+ Or install it yourself as:
28
+ ```bash
29
+ $ gem install rao-shoulda_matchers
30
+ ```
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rao-shoulda_matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.45.pre
4
+ version: 0.0.46.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-28 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rao
@@ -284,6 +284,7 @@ extensions: []
284
284
  extra_rdoc_files: []
285
285
  files:
286
286
  - MIT-LICENSE
287
+ - README.md
287
288
  - Rakefile
288
289
  - lib/generators/rao/shoulda_matchers/resources_controller_generator.rb
289
290
  - lib/generators/rao/shoulda_matchers/templates/resources_controller_spec.rb