mini_shoulda 0.4.0 → 0.5.0

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ * 0.5.0 Remove passing/failing test. Fixes #3.
1
2
 
2
3
  * 0.4.0 Allow versions of MiniTest higher than 2.1.0.
3
4
 
@@ -1,3 +1,3 @@
1
1
  module MiniShoulda
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
@@ -33,9 +33,4 @@ class DuppedScopeTest < MiniTest::Spec
33
33
 
34
34
  context('Context B') { }
35
35
 
36
- should 'only show this failure once' do
37
- flunk "Passed if you only see this once!!!\n" +
38
- "test_0001_only_show_this_failure_once(DuppedScopeTest)"
39
- end
40
-
41
- end
36
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_shoulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-25 00:00:00.000000000 Z
12
+ date: 2012-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
16
- requirement: &70136359737280 !ruby/object:Gem::Requirement
16
+ requirement: &70235320952560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>'
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 2.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70136359737280
24
+ version_requirements: *70235320952560
25
25
  description: MiniShoulda - A minimal shoulda DSL built on top of MiniTest::Spec.
26
26
  email:
27
27
  - ken@metaskills.net
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  requirements: []
64
64
  rubyforge_project:
65
- rubygems_version: 1.8.7
65
+ rubygems_version: 1.8.17
66
66
  signing_key:
67
67
  specification_version: 3
68
68
  summary: MiniShoulda - A minimal shoulda DSL built on top of MiniTest::Spec.