shoulda-context 1.2.0 → 1.2.1

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: 57f0a4355fe255e4983a9f26cacd55a7004b272c
4
- data.tar.gz: c90c54b29371f21f877cfd8b40c633d851736f6c
3
+ metadata.gz: df8f2fe9782e7db3c0e6f2f77f8d04b76b9c9f2e
4
+ data.tar.gz: ca62592d56ed9e521a671a57871681afdfab927a
5
5
  SHA512:
6
- metadata.gz: 0f4a4d1e7ca6ea7ac32162402bf1f9f68957d3bd970dae3e0ab6dc287780e268a7da6a5044ff553b68860f27c699d40955231b5413dd5623402ae09d7ef410a4
7
- data.tar.gz: e4719d6b72d121178a907468dc856d443a93e4bb59e3dad39cfd8c76ffb536010c9fa5bc01a1560439e8eb03925d5fe147d65ea26525b89382010d2b9d39100d
6
+ metadata.gz: 8bad72c96f00be2d36259dd1b05a43460165140999ce436c1085d0955f6c3c7e54eda80518f5231fbfe8eaac534615760b841cfd5ae98ec553d336340515c226
7
+ data.tar.gz: 1f6eb0a64da18e0027d48f412cf9b37861e5c360c8f7e3b782d27a48d46b8d9947e0d5116c1a096fe08b84175fd7b572095c452c0d7c93ae60df5cf8578931a6
@@ -3,10 +3,10 @@ module Shoulda
3
3
  module TestFrameworkDetection
4
4
  def self.possible_test_frameworks
5
5
  [
6
- -> { ActiveSupport::TestCase },
7
- -> { Minitest::Test },
8
- -> { MiniTest::Unit::TestCase },
9
- -> { Test::Unit::TestCase }
6
+ lambda { ActiveSupport::TestCase },
7
+ lambda { Minitest::Test },
8
+ lambda { MiniTest::Unit::TestCase },
9
+ lambda { Test::Unit::TestCase }
10
10
  ]
11
11
  end
12
12
 
@@ -1,5 +1,5 @@
1
1
  module Shoulda
2
2
  module Context
3
- VERSION = '1.2.0'.freeze
3
+ VERSION = '1.2.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot, inc.
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2014-03-31 00:00:00.000000000 Z
16
+ date: 2014-04-02 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: appraisal