resque_spec 0.6.4 → 0.6.5

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.
@@ -69,11 +69,11 @@ RSpec::Matchers.define :have_scheduled do |*expected_args|
69
69
  end
70
70
 
71
71
  failure_message_for_should do |actual|
72
- "expected that #{actual} would have [#{expected_args.join(', ')}] queued"
72
+ "expected that #{actual} would have [#{expected_args.join(', ')}] scheduled"
73
73
  end
74
74
 
75
75
  failure_message_for_should_not do |actual|
76
- "expected that #{actual} would not have [#{expected_args.join(', ')}] queued"
76
+ "expected that #{actual} would not have [#{expected_args.join(', ')}] scheduled"
77
77
  end
78
78
 
79
79
  description do
@@ -89,11 +89,11 @@ RSpec::Matchers.define :have_scheduled_at do |*expected_args|
89
89
  end
90
90
 
91
91
  failure_message_for_should do |actual|
92
- "expected that #{actual} would have [#{expected_args.join(', ')}] queued"
92
+ "expected that #{actual} would have [#{expected_args.join(', ')}] scheduled"
93
93
  end
94
94
 
95
95
  failure_message_for_should_not do |actual|
96
- "expected that #{actual} would not have [#{expected_args.join(', ')}] queued"
96
+ "expected that #{actual} would not have [#{expected_args.join(', ')}] scheduled"
97
97
  end
98
98
 
99
99
  description do
@@ -1,3 +1,3 @@
1
1
  module ResqueSpec
2
- VERSION = "0.6.4"
2
+ VERSION = "0.6.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: resque_spec
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.4
5
+ version: 0.6.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Les Hill
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-21 00:00:00 -07:00
13
+ date: 2011-05-13 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency