Make spec example simpler to avoid Ruby hash ordering issue.
This commit is contained in:
parent
a1e5723efe
commit
8b6a035dfe
@ -11,7 +11,7 @@ describe Guard::DslDescriber do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :a do
|
group :a do
|
||||||
guard 'test', :x => 1, :y => 2, :z => 3 do
|
guard 'test', :x => 1 do
|
||||||
watch('c')
|
watch('c')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -59,7 +59,7 @@ Using inline Guardfile.
|
|||||||
(global):
|
(global):
|
||||||
test: a => :b
|
test: a => :b
|
||||||
Group a:
|
Group a:
|
||||||
test: x => 1, y => 2, z => 3
|
test: x => 1
|
||||||
Group b:
|
Group b:
|
||||||
another
|
another
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user