Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
8
test/fixtures/configuration/default.yml
vendored
Normal file
8
test/fixtures/configuration/default.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
default:
|
||||
somesetting: foo
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
7
test/fixtures/configuration/empty.yml
vendored
Normal file
7
test/fixtures/configuration/empty.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
default:
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
8
test/fixtures/configuration/no_default.yml
vendored
Normal file
8
test/fixtures/configuration/no_default.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
default:
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
||||
somesetting: foo
|
9
test/fixtures/configuration/overrides.yml
vendored
Normal file
9
test/fixtures/configuration/overrides.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
default:
|
||||
somesetting: foo
|
||||
|
||||
production:
|
||||
|
||||
development:
|
||||
|
||||
test:
|
||||
somesetting: bar
|
Loading…
Add table
Add a link
Reference in a new issue