json_api_client_mock:轻松模拟JsonApiClient查询

时间:2024-06-08 03:07:25
【文件属性】:

文件名称:json_api_client_mock:轻松模拟JsonApiClient查询

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-08 03:07:25

Ruby

JsonApiClientMock 该gem可让您轻松测试 gem。 用法 在您的Gemfile : group :test do gem 'json_api_client_mock', '~> 0' end 为MyResource设置全局模拟: MyResource.set_test_results([ {foo: 'bar', qwer: 'asdf'}, {foo: 'wat', qwer: 'zxcv'} ]) MyResource.all => [<#MyResource foo:'bar', qwer:'asdf'>, <#MyResource foo:'wat', qwer:'zxcv'>] MyResource.where(condition1: 'value', condition2: 'value2').all => [<#MyResource f


【文件预览】:
json_api_client_mock-master
----.travis.yml(49B)
----Rakefile(712B)
----test()
--------test_helper.rb(299B)
--------json_api_client_mock_test.rb(4KB)
----Gemfile(153B)
----json_api_client_mock.gemspec(818B)
----.gitignore(121B)
----lib()
--------json_api_client_mock.rb(338B)
--------tasks()
--------json_api_client_mock()
----README.md(2KB)
----MIT-LICENSE(1KB)

网友评论