cheminee 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/Gemfile.lock +72 -0
  4. data/README.md +112 -0
  5. data/Rakefile +10 -0
  6. data/cheminee.gemspec +39 -0
  7. data/docs/BulkRequest.md +18 -0
  8. data/docs/BulkRequestDoc.md +20 -0
  9. data/docs/CreateIndexError.md +18 -0
  10. data/docs/DefaultApi.md +529 -0
  11. data/docs/GetIndexesResponseError.md +18 -0
  12. data/docs/IndexMeta.md +20 -0
  13. data/docs/IndexSchema.md +20 -0
  14. data/docs/ListIndexResponseErr.md +18 -0
  15. data/docs/PostIndexBulkResponseError.md +18 -0
  16. data/docs/PostIndexBulkResponseOk.md +18 -0
  17. data/docs/PostIndexBulkResponseOkStatus.md +20 -0
  18. data/docs/QueryResponseError.md +18 -0
  19. data/docs/QuerySearchHit.md +22 -0
  20. data/docs/Schema.md +20 -0
  21. data/docs/Smile.md +18 -0
  22. data/docs/Smiles.md +18 -0
  23. data/docs/StandardizedSmile.md +20 -0
  24. data/docs/StandardizedSmiles.md +20 -0
  25. data/docs/StructureResponseError.md +18 -0
  26. data/docs/StructureSearchHit.md +26 -0
  27. data/docs/SubstructureSearchHit.md +24 -0
  28. data/git_push.sh +57 -0
  29. data/lib/cheminee/api/default_api.rb +550 -0
  30. data/lib/cheminee/api_client.rb +393 -0
  31. data/lib/cheminee/api_error.rb +58 -0
  32. data/lib/cheminee/configuration.rb +291 -0
  33. data/lib/cheminee/models/bulk_request.rb +223 -0
  34. data/lib/cheminee/models/bulk_request_doc.rb +232 -0
  35. data/lib/cheminee/models/create_index_error.rb +221 -0
  36. data/lib/cheminee/models/get_indexes_response_error.rb +221 -0
  37. data/lib/cheminee/models/index_meta.rb +237 -0
  38. data/lib/cheminee/models/index_schema.rb +233 -0
  39. data/lib/cheminee/models/list_index_response_err.rb +221 -0
  40. data/lib/cheminee/models/post_index_bulk_response_error.rb +221 -0
  41. data/lib/cheminee/models/post_index_bulk_response_ok.rb +223 -0
  42. data/lib/cheminee/models/post_index_bulk_response_ok_status.rb +223 -0
  43. data/lib/cheminee/models/query_response_error.rb +221 -0
  44. data/lib/cheminee/models/query_search_hit.rb +249 -0
  45. data/lib/cheminee/models/schema.rb +233 -0
  46. data/lib/cheminee/models/smile.rb +221 -0
  47. data/lib/cheminee/models/smiles.rb +221 -0
  48. data/lib/cheminee/models/standardized_smile.rb +223 -0
  49. data/lib/cheminee/models/standardized_smiles.rb +223 -0
  50. data/lib/cheminee/models/structure_response_error.rb +221 -0
  51. data/lib/cheminee/models/structure_search_hit.rb +281 -0
  52. data/lib/cheminee/models/substructure_search_hit.rb +265 -0
  53. data/lib/cheminee/version.rb +15 -0
  54. data/lib/cheminee.rb +57 -0
  55. data/openapi-generator-config.json +7 -0
  56. data/openapi.json +77 -0
  57. data/pkg/cheminee-0.0.14.gem +0 -0
  58. data/spec/api/default_api_spec.rb +45 -0
  59. data/spec/api_client_spec.rb +228 -0
  60. data/spec/configuration_spec.rb +42 -0
  61. data/spec/models/bulk_request_doc_spec.rb +42 -0
  62. data/spec/models/bulk_request_spec.rb +36 -0
  63. data/spec/models/create_index_error_spec.rb +36 -0
  64. data/spec/models/get_indexes_response_error_spec.rb +36 -0
  65. data/spec/models/index_meta_spec.rb +42 -0
  66. data/spec/models/index_schema_spec.rb +42 -0
  67. data/spec/models/list_index_response_err_spec.rb +36 -0
  68. data/spec/models/post_index_bulk_response_error_spec.rb +36 -0
  69. data/spec/models/post_index_bulk_response_ok_spec.rb +36 -0
  70. data/spec/models/post_index_bulk_response_ok_status_spec.rb +42 -0
  71. data/spec/models/query_response_error_spec.rb +36 -0
  72. data/spec/models/query_search_hit_spec.rb +48 -0
  73. data/spec/models/schema_spec.rb +42 -0
  74. data/spec/models/smile_spec.rb +34 -0
  75. data/spec/models/smiles_spec.rb +36 -0
  76. data/spec/models/standardized_smile_spec.rb +40 -0
  77. data/spec/models/standardized_smiles_spec.rb +42 -0
  78. data/spec/models/structure_response_error_spec.rb +36 -0
  79. data/spec/models/structure_search_hit_spec.rb +60 -0
  80. data/spec/models/substructure_search_hit_spec.rb +54 -0
  81. data/spec/spec_helper.rb +111 -0
  82. metadata +187 -0
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::PostIndexBulkResponseOkStatus
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::PostIndexBulkResponseOkStatus do
21
+ let(:instance) { Cheminee::PostIndexBulkResponseOkStatus.new }
22
+
23
+ describe 'test an instance of PostIndexBulkResponseOkStatus' do
24
+ it 'should create an instance of PostIndexBulkResponseOkStatus' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::PostIndexBulkResponseOkStatus)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "opcode"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "error"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::QueryResponseError
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::QueryResponseError do
21
+ let(:instance) { Cheminee::QueryResponseError.new }
22
+
23
+ describe 'test an instance of QueryResponseError' do
24
+ it 'should create an instance of QueryResponseError' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::QueryResponseError)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "error"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
@@ -0,0 +1,48 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::QuerySearchHit
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::QuerySearchHit do
21
+ let(:instance) { Cheminee::QuerySearchHit.new }
22
+
23
+ describe 'test an instance of QuerySearchHit' do
24
+ it 'should create an instance of QuerySearchHit' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::QuerySearchHit)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "extra_data"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "smiles"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "query"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::Schema
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::Schema do
21
+ let(:instance) { Cheminee::Schema.new }
22
+
23
+ describe 'test an instance of Schema' do
24
+ it 'should create an instance of Schema' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::Schema)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "name"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "schema"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::Smile
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::Smile do
21
+ let(:instance) { Cheminee::Smile.new }
22
+
23
+ describe 'test an instance of Smile' do
24
+ it 'should create an instance of Smile' do
25
+ expect(instance).to be_instance_of(Cheminee::Smile)
26
+ end
27
+ end
28
+ describe 'test attribute "smile"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::Smiles
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::Smiles do
21
+ let(:instance) { Cheminee::Smiles.new }
22
+
23
+ describe 'test an instance of Smiles' do
24
+ it 'should create an instance of Smiles' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::Smiles)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "smiles"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
@@ -0,0 +1,40 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::StandardizedSmile
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::StandardizedSmile do
21
+ let(:instance) { Cheminee::StandardizedSmile.new }
22
+
23
+ describe 'test an instance of StandardizedSmile' do
24
+ it 'should create an instance of StandardizedSmile' do
25
+ expect(instance).to be_instance_of(Cheminee::StandardizedSmile)
26
+ end
27
+ end
28
+ describe 'test attribute "smile"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "error"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ end
38
+ end
39
+
40
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::StandardizedSmiles
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::StandardizedSmiles do
21
+ let(:instance) { Cheminee::StandardizedSmiles.new }
22
+
23
+ describe 'test an instance of StandardizedSmiles' do
24
+ it 'should create an instance of StandardizedSmiles' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::StandardizedSmiles)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "smiles"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "error"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::StructureResponseError
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::StructureResponseError do
21
+ let(:instance) { Cheminee::StructureResponseError.new }
22
+
23
+ describe 'test an instance of StructureResponseError' do
24
+ it 'should create an instance of StructureResponseError' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::StructureResponseError)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "error"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
@@ -0,0 +1,60 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::StructureSearchHit
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::StructureSearchHit do
21
+ let(:instance) { Cheminee::StructureSearchHit.new }
22
+
23
+ describe 'test an instance of StructureSearchHit' do
24
+ it 'should create an instance of StructureSearchHit' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::StructureSearchHit)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "extra_data"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "smiles"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "score"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "query"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "used_tautomers"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ end
@@ -0,0 +1,54 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::SubstructureSearchHit
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::SubstructureSearchHit do
21
+ let(:instance) { Cheminee::SubstructureSearchHit.new }
22
+
23
+ describe 'test an instance of SubstructureSearchHit' do
24
+ it 'should create an instance of SubstructureSearchHit' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::SubstructureSearchHit)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "extra_data"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "smiles"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "score"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "query"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ end
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ # load the gem
14
+ require 'cheminee'
15
+
16
+ # The following was generated by the `rspec --init` command. Conventionally, all
17
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
18
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
19
+ # this file to always be loaded, without a need to explicitly require it in any
20
+ # files.
21
+ #
22
+ # Given that it is always loaded, you are encouraged to keep this file as
23
+ # light-weight as possible. Requiring heavyweight dependencies from this file
24
+ # will add to the boot time of your test suite on EVERY test run, even for an
25
+ # individual file that may not need all of that loaded. Instead, consider making
26
+ # a separate helper file that requires the additional dependencies and performs
27
+ # the additional setup, and require it from the spec files that actually need
28
+ # it.
29
+ #
30
+ # The `.rspec` file also contains a few flags that are not defaults but that
31
+ # users commonly want.
32
+ #
33
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
34
+ RSpec.configure do |config|
35
+ # rspec-expectations config goes here. You can use an alternate
36
+ # assertion/expectation library such as wrong or the stdlib/minitest
37
+ # assertions if you prefer.
38
+ config.expect_with :rspec do |expectations|
39
+ # This option will default to `true` in RSpec 4. It makes the `description`
40
+ # and `failure_message` of custom matchers include text for helper methods
41
+ # defined using `chain`, e.g.:
42
+ # be_bigger_than(2).and_smaller_than(4).description
43
+ # # => "be bigger than 2 and smaller than 4"
44
+ # ...rather than:
45
+ # # => "be bigger than 2"
46
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
47
+ end
48
+
49
+ # rspec-mocks config goes here. You can use an alternate test double
50
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
51
+ config.mock_with :rspec do |mocks|
52
+ # Prevents you from mocking or stubbing a method that does not exist on
53
+ # a real object. This is generally recommended, and will default to
54
+ # `true` in RSpec 4.
55
+ mocks.verify_partial_doubles = true
56
+ end
57
+
58
+ # The settings below are suggested to provide a good initial experience
59
+ # with RSpec, but feel free to customize to your heart's content.
60
+ =begin
61
+ # These two settings work together to allow you to limit a spec run
62
+ # to individual examples or groups you care about by tagging them with
63
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
64
+ # get run.
65
+ config.filter_run :focus
66
+ config.run_all_when_everything_filtered = true
67
+
68
+ # Allows RSpec to persist some state between runs in order to support
69
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
70
+ # you configure your source control system to ignore this file.
71
+ config.example_status_persistence_file_path = "spec/examples.txt"
72
+
73
+ # Limits the available syntax to the non-monkey patched syntax that is
74
+ # recommended. For more details, see:
75
+ # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
76
+ # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
77
+ # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
78
+ config.disable_monkey_patching!
79
+
80
+ # This setting enables warnings. It's recommended, but in some cases may
81
+ # be too noisy due to issues in dependencies.
82
+ config.warnings = true
83
+
84
+ # Many RSpec users commonly either run the entire suite or an individual
85
+ # file, and it's useful to allow more verbose output when running an
86
+ # individual spec file.
87
+ if config.files_to_run.one?
88
+ # Use the documentation formatter for detailed output,
89
+ # unless a formatter has already been configured
90
+ # (e.g. via a command-line flag).
91
+ config.default_formatter = 'doc'
92
+ end
93
+
94
+ # Print the 10 slowest examples and example groups at the
95
+ # end of the spec run, to help surface which specs are running
96
+ # particularly slow.
97
+ config.profile_examples = 10
98
+
99
+ # Run specs in random order to surface order dependencies. If you find an
100
+ # order dependency and want to debug it, you can fix the order by providing
101
+ # the seed, which is printed after each run.
102
+ # --seed 1234
103
+ config.order = :random
104
+
105
+ # Seed global randomization in this process using the `--seed` CLI option.
106
+ # Setting this allows you to use `--seed` to deterministically reproduce
107
+ # test failures related to randomization by passing the same `--seed` value
108
+ # as the one that triggered the failure.
109
+ Kernel.srand config.seed
110
+ =end
111
+ end