Fixed some tests and snippet colorize
This commit is contained in:
parent
470aa7675e
commit
9304d049de
13 changed files with 64 additions and 68 deletions
|
@ -28,4 +28,10 @@ module StubbedRepository
|
|||
end
|
||||
end
|
||||
|
||||
class Namespace
|
||||
def ensure_dir_exist
|
||||
true
|
||||
end
|
||||
end
|
||||
|
||||
Project.send(:include, StubbedRepository)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue