Commit b18415e8 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix ext4_events_spec.

Problem caused by the addition of --ext4-events option, which caused the
append_ext4_event_options method to no more behave as it did.
parent 9cbed66d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ describe JsDuck::Aggregator do
  def parse(string)
    agr = JsDuck::Aggregator.new
    agr.aggregate(JsDuck::SourceFile.new(string))
    agr.append_ext4_event_options
    agr.append_ext4_event_options if agr.ext4?
    agr.result
  end