Skip to content

Commit

Permalink
use ruby plugin in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jun 5, 2015
1 parent 3fe0c7e commit 660c629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/command_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestRunOnce(t *testing.T) {
Plugin: map[string]config.PluginConfigs{
"metrics": map[string]config.PluginConfig{
"metric1": config.PluginConfig{
Command: "echo test\t1\t1",
Command: "ruby ../example/metrics-plugins/dice-with-meta.rb",
},
},
"checks": map[string]config.PluginConfig{
Expand Down

0 comments on commit 660c629

Please sign in to comment.