cleaned up formatting and wording of tests
This commit is contained in:
parent
92e727c09e
commit
0dff0eb087
@ -12,7 +12,7 @@ class OutputAtTest < Test::Unit::TestCase
|
||||
file
|
||||
end
|
||||
|
||||
should "output the runner using that path" do
|
||||
should "output the command using that time" do
|
||||
assert_match '2 5 * * 1-5 blahblah', @output
|
||||
end
|
||||
end
|
||||
@ -27,7 +27,7 @@ class OutputAtTest < Test::Unit::TestCase
|
||||
file
|
||||
end
|
||||
|
||||
should "output the runner using that path" do
|
||||
should "output the commands for both times given" do
|
||||
assert_match '2 5 * * 1-5 blahblah', @output
|
||||
assert_match '52 15 * * 1-5 blahblah', @output
|
||||
end
|
||||
@ -43,7 +43,7 @@ class OutputAtTest < Test::Unit::TestCase
|
||||
file
|
||||
end
|
||||
|
||||
should "output the runner using that path" do
|
||||
should "output the commands for both times given" do
|
||||
assert_match '2 5 * * 1-5 blahblah', @output
|
||||
assert_match '52 15 * * 1-5 blahblah', @output
|
||||
end
|
||||
@ -59,7 +59,7 @@ class OutputAtTest < Test::Unit::TestCase
|
||||
file
|
||||
end
|
||||
|
||||
should "output the runner using that path" do
|
||||
should "output the command using one entry because the times are aligned" do
|
||||
assert_match '2 5,15 * * 1-5 blahblah', @output
|
||||
end
|
||||
end
|
||||
@ -74,7 +74,7 @@ class OutputAtTest < Test::Unit::TestCase
|
||||
file
|
||||
end
|
||||
|
||||
should "output the runner using that path" do
|
||||
should "output the command using one entry because the times are aligned" do
|
||||
assert_match '2 5,15 * * 1,3,5 blahblah', @output
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user