We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e7ad9 commit 1dcc84bCopy full SHA for 1dcc84b
test/test_helper.rb
@@ -43,7 +43,7 @@ module CommonParserTests
43
def self.included(base)
44
base.send(:include, Helpers)
45
base.instance_eval do
46
- describe "common tests" do
+ describe "common parser tests" do
47
it "parses inherit" do
48
trans("inherit").must_equal([])
49
end
0 commit comments