- fix syntax

This commit is contained in:
Jordan Sissel 2013-03-19 13:39:45 -07:00
parent 4329ff98cf
commit 61aac12911

View file

@ -41,7 +41,7 @@ describe "inputs/redis" do
} }
CONFIG CONFIG
before :each { populate(key, event_count) } before(:each) { populate(key, event_count) }
input { |plugins| process(plugins, event_count) } input { |plugins| process(plugins, event_count) }
end end
@ -60,7 +60,7 @@ describe "inputs/redis" do
} }
CONFIG CONFIG
before :each { populate(key, event_count) } before(:each) { populate(key, event_count) }
input { |plugins| process(plugins, event_count) } input { |plugins| process(plugins, event_count) }
end end
end end