rspectacular 0.34.0 → 0.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be969ffe149a90270ac3d7fe9e0096feb2658233
4
- data.tar.gz: d455dc72691b5f3781626c4b8e61773c542cf154
3
+ metadata.gz: 70393e8cd74bb3c9270f1ae73adc1f418d1ff1a6
4
+ data.tar.gz: 353e90c0b16b21bf66f68104f2078ff82847a841
5
5
  SHA512:
6
- metadata.gz: d6f85f93980506e58fed36a6545ff7b9fa7e8b9ea09e77415639701be83c2b00f2431e59e1e3909f017e6f6fcea3674429516835bb071264b9fb15e2a5e83d72
7
- data.tar.gz: c896e0d49eb77bf4032aa8e0ebdc3ede232cefd0d0aa472647225c2043595a85156569020868ca86ae91c8a4bf9557fbf8aa29f672dd09e92794a5bf70e25b5e
6
+ metadata.gz: 0f173650407cf2ad761c12a271c79e9f0c5b1b9342e967a846af29882f3f1d147d8af82d205afdf71cb0fe676a1031ccb6dd25d1f99d31db2126a60640d50285
7
+ data.tar.gz: d48557b28b54f35a216f01cb5cafe28593712709787dce90710ecf4a191bed85fcdf3c1acc27e3b3178a22e86ee029619cbceed73c3c9fe385a181c4d8253ded
@@ -0,0 +1,5 @@
1
+ RSpec.configure do |config|
2
+ config.expect_with :rspec do |c|
3
+ c.syntax = :expect
4
+ end
5
+ end
@@ -1,5 +1,6 @@
1
1
  RSpec.configure do |config|
2
2
  config.mock_with :rspec do |mocks|
3
- mocks.verify_partial_doubles = true
3
+ mocks.verify_partial_doubles = true
4
+ mocks.verify_doubled_constant_names = true
4
5
  end
5
6
  end
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.34.0'
2
+ VERSION = '0.35.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-08 00:00:00.000000000 Z
11
+ date: 2014-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -102,6 +102,7 @@ files:
102
102
  - lib/rspectacular/spec_helpers/rails_engine.rb
103
103
  - lib/rspectacular/support.rb
104
104
  - lib/rspectacular/support/active_record.rb
105
+ - lib/rspectacular/support/expectations.rb
105
106
  - lib/rspectacular/support/focused.rb
106
107
  - lib/rspectacular/support/formatters.rb
107
108
  - lib/rspectacular/support/garbage_collection.rb
@@ -138,4 +139,3 @@ specification_version: 4
138
139
  summary: RSpec Support And Matchers
139
140
  test_files:
140
141
  - spec/spec_helper.rb
141
- has_rdoc: