Skip to content
Snippets Groups Projects
Commit dd703b3e authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Remove duplicate code

parent 2b816075
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,12 +2,6 @@ require "spec_helper"
 
describe GollumWiki do
 
def create_temp_repo(path)
FileUtils.mkdir_p path
command = "git init --quiet #{path};"
system(command)
end
def remove_temp_repo(path)
FileUtils.rm_rf path
end
Loading
Loading
Loading
Loading
@@ -2,12 +2,6 @@ require "spec_helper"
 
describe WikiPage do
 
def create_temp_repo(path)
FileUtils.mkdir_p path
command = "git init --quiet #{path};"
system(command)
end
def remove_temp_repo(path)
FileUtils.rm_rf path
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment