@@ -8,7 +8,7 begin | |||||
8 | require 'mocha' |
|
8 | require 'mocha' | |
9 |
|
9 | |||
10 | class GitAdapterTest < ActiveSupport::TestCase |
|
10 | class GitAdapterTest < ActiveSupport::TestCase | |
11 |
REPOSITORY_PATH = R |
|
11 | REPOSITORY_PATH = Rails.root.join('tmp/test/git_repository').to_s | |
12 |
|
12 | |||
13 | FELIX_UTF8 = "Felix Schäfer" |
|
13 | FELIX_UTF8 = "Felix Schäfer" | |
14 | FELIX_HEX = "Felix Sch\xC3\xA4fer" |
|
14 | FELIX_HEX = "Felix Sch\xC3\xA4fer" |
General Comments 0
You need to be logged in to leave comments.
Login now