Skip to content

Commit 54cb320

Browse files
Richard Pijnenburgjordansissel
authored andcommitted
[TESTING] Convert ruby filter spec after rebase
Fixes #1758
1 parent 98583e5 commit 54cb320

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/filters/ruby.rb renamed to spec/filters/ruby_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
require "test_utils"
1+
require "spec_helper"
22
require "logstash/filters/ruby"
33
require "logstash/filters/date"
44

55
describe LogStash::Filters::Ruby do
6-
extend LogStash::RSpec
76

87
describe "generate pretty json on event.to_hash" do
98
# this obviously tests the Ruby filter but also makes sure

0 commit comments

Comments
 (0)