Skip to content

Commit

Permalink
Removed trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Dec 27, 2018
1 parent 3c2172e commit a3f4f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/parser/c_parser_spec.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ def parse(contents)
file = File.join(File.dirname(__FILE__), 'examples', 'file.c.txt')
parse(File.read(file))
end

it "parses methods from define_filetest_function" do
obj = YARD::Registry.at('File.exist?')
expect(obj).not_to be nil
expect(obj.docstring).not_to be_blank
end
end
end
end

describe "Override comments" do
Expand Down

0 comments on commit a3f4f4a

Please sign in to comment.