mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 20:31:17 +08:00
[spec] fix the "undefined method `running_disabled_spec='" if use TAP
This patch should fix the following error if use TAP output format. ERROR: NoMethodError - undefined method `running_disabled_spec=' for Bacon:Class My jenkins CI uses TAP format <3
This commit is contained in:
@@ -112,5 +112,9 @@ module Bacon
|
||||
end
|
||||
end
|
||||
|
||||
module TapOutput
|
||||
attr_accessor :running_disabled_spec
|
||||
end
|
||||
|
||||
Outputs['pretty_spec_dox'] = PrettySpecDoxOutput
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user