mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
bc97d0ca5f
3 changed files with 6 additions and 6 deletions
|
@ -3,11 +3,6 @@
|
|||
# Update repo
|
||||
#
|
||||
|
||||
# default locations
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
# cd to Rails root directory
|
||||
cd "$(dirname "$0")"; cd ..
|
||||
|
||||
|
|
|
@ -6,6 +6,12 @@
|
|||
# fail later
|
||||
set -o pipefail
|
||||
|
||||
# default locations
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export RAILS_ENV=test
|
||||
|
||||
# cp config/secrets-example.yml config/secrets.yml
|
||||
# create manually config/database.yml
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ module General
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
RSpec.configure do |c|
|
||||
c.include General
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue