api_backend 0.0.1 → 0.0.2

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: 5d83e98d75247aeeface4fb7c747917184cbab1e
4
- data.tar.gz: fe4319f2c1d674c31c0329bfd3509311d12182f3
3
+ metadata.gz: 81f0a2d96c540d9687205b4cb4110bd9b6f6160d
4
+ data.tar.gz: 48675748b53f658b124759906f63b06857853abd
5
5
  SHA512:
6
- metadata.gz: 9a8d2b4a6380fc8116582719f70edfa4dd1261ea4ff9b0fbe4165d6c04d59469ebd9e97ed04188d9184d64a0883355a109337d04bf6ec3aad206cf2f3b93de0b
7
- data.tar.gz: 7b04dbe98cfd583439786ab46a5dc89df929e794522fc0963f11282b94a97c50fe7de5b9adb905235870e5ba7c35c5bf0a0f5595320a3697d247ab6eaa455443
6
+ metadata.gz: 78ce02c8dda32d6da77dfa2cdf6c567c8bcb1afefe3e703d0d06ff3b616f1ccf056dcd8a3ff8e60783ff9610d90b541155e2ed04233624254a987ac452a95309
7
+ data.tar.gz: 109b009047ea022a59196accd18dd23de351a236597bedad35a9e8fba13dbd01eb0c5ed0a080cedcfd18598fa65e155c347894d246e804fbf791e5dd9b5481ad
@@ -23,7 +23,7 @@ shared_examples 'a createable resource' do
23
23
 
24
24
  context 'with invalid resource attributes' do
25
25
  before(:all) do
26
- api_post 'v1/cravings'
26
+ api_post endpoint
27
27
  end
28
28
 
29
29
  it_behaves_like 'an invalid resource'
@@ -1,3 +1,3 @@
1
1
  module ApiBackend
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
File without changes
@@ -0,0 +1,5 @@
1
+  (0.1ms) begin transaction
2
+ --------------------------
3
+ ApiBackendTest: test_truth
4
+ --------------------------
5
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark McConachie
@@ -90,6 +90,8 @@ files:
90
90
  - test/dummy/config/locales/en.yml
91
91
  - test/dummy/config/routes.rb
92
92
  - test/dummy/config/secrets.yml
93
+ - test/dummy/db/test.sqlite3
94
+ - test/dummy/log/test.log
93
95
  - test/dummy/public/404.html
94
96
  - test/dummy/public/422.html
95
97
  - test/dummy/public/500.html
@@ -147,6 +149,8 @@ test_files:
147
149
  - test/dummy/config/routes.rb
148
150
  - test/dummy/config/secrets.yml
149
151
  - test/dummy/config.ru
152
+ - test/dummy/db/test.sqlite3
153
+ - test/dummy/log/test.log
150
154
  - test/dummy/public/404.html
151
155
  - test/dummy/public/422.html
152
156
  - test/dummy/public/500.html