the routing-specs are not properly disabled on ci - checking here, if this is due to a space in the spec-name.
parent
1d2351cd60
commit
71f7b791e5
@ -1,2 +1,4 @@ |
||||
require "rspec/example_disabler" |
||||
# TODO does rspec add a space randomly to the metadata?! (better make the example-disabler a litte more resilient against this) |
||||
RSpec::ExampleDisabler.disable_example('ProjectsController show ', "plugin openproject-my_project_overview overwrites routes for show.") |
||||
RSpec::ExampleDisabler.disable_example('ProjectsController show', "plugin openproject-my_project_overview overwrites routes for show.") |
Loading…
Reference in new issue