Fix bug.
This commit is contained in:
parent
6ba6290d0a
commit
8a3b8051ce
|
@ -3,7 +3,7 @@
|
||||||
# installed from the root of your application.
|
# installed from the root of your application.
|
||||||
|
|
||||||
ENGINE_ROOT = File.expand_path('..', __dir__)
|
ENGINE_ROOT = File.expand_path('..', __dir__)
|
||||||
ENGINE_PATH = File.expand_path('../lib/sync_ntnu_personal_data/engine', __dir__)
|
ENGINE_PATH = File.expand_path('../lib/ruling_timer/engine', __dir__)
|
||||||
APP_PATH = File.expand_path('../test/dummy/config/application', __dir__)
|
APP_PATH = File.expand_path('../test/dummy/config/application', __dir__)
|
||||||
|
|
||||||
# Set up gems listed in the Gemfile.
|
# Set up gems listed in the Gemfile.
|
||||||
|
|
Loading…
Reference in New Issue