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.
- data/lib/resque_spec/matchers.rb +4 -4
- data/lib/resque_spec/version.rb +1 -1
- metadata +2 -2
data/lib/resque_spec/matchers.rb
CHANGED
|
@@ -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(', ')}]
|
|
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(', ')}]
|
|
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(', ')}]
|
|
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(', ')}]
|
|
96
|
+
"expected that #{actual} would not have [#{expected_args.join(', ')}] scheduled"
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
description do
|
data/lib/resque_spec/version.rb
CHANGED
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.
|
|
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-
|
|
13
|
+
date: 2011-05-13 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|