[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:
Watson
2014-01-23 16:30:24 +09:00
parent 825d18a5f7
commit 622cf7741a

View File

@@ -112,5 +112,9 @@ module Bacon
end
end
module TapOutput
attr_accessor :running_disabled_spec
end
Outputs['pretty_spec_dox'] = PrettySpecDoxOutput
end