Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caduguedess/5018e16746c538628e8060c135c42a40 to your computer and use it in GitHub Desktop.
Save caduguedess/5018e16746c538628e8060c135c42a40 to your computer and use it in GitHub Desktop.
bundle exec rake test:db
carlos@carlos-Inspiron-7773:~/openstreetmap-website$ bundle exec rake test:db
The HashDiff constant used by this gem conflicts with another gem of a similar name. As of version 1.0 the HashDiff constant will be completely removed and replaced by Hashdiff. For more information see https://github.com/liufengyun/hashdiff/issues/45.
set_config
------------
(1 row)
[Coveralls] Set up the SimpleCov formatter.
[Coveralls] Using SimpleCov's 'rails' settings.
Run options: --seed 29739
# Running:
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E
Error:
UserCreationTest#test_user_create_submit_duplicate_email:
ActionView::Template::Error: The asset "screen-由左至右.css" is not present in the asset pipeline.
app/views/layouts/_head.html.erb:9:in `block in _app_views_layouts__head_html_erb___223873208203086415_47421157796020'
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___223873208203086415_47421157796020'
app/views/layouts/site.html.erb:3:in `_app_views_layouts_site_html_erb___186270141783546306_47421177856200'
app/controllers/users_controller.rb:247:in `create'
config/initializers/cors.rb:9:in `call'
config/initializers/compressed_requests.rb:27:in `call'
test/integration/user_creation_test.rb:42:in `block (4 levels) in test_user_create_submit_duplicate_email'
test/integration/user_creation_test.rb:41:in `block (3 levels) in test_user_create_submit_duplicate_email'
test/integration/user_creation_test.rb:40:in `block (2 levels) in test_user_create_submit_duplicate_email'
test/integration/user_creation_test.rb:39:in `block in test_user_create_submit_duplicate_email'
test/integration/user_creation_test.rb:36:in `each'
test/integration/user_creation_test.rb:36:in `test_user_create_submit_duplicate_email'
bin/rails test test/integration/user_creation_test.rb:35
.............E
Error:
UserCreationTest#test_user_create_submit_duplicate_username:
ActionView::Template::Error: The asset "screen-由左至右.css" is not present in the asset pipeline.
app/views/layouts/_head.html.erb:9:in `block in _app_views_layouts__head_html_erb___223873208203086415_47421157796020'
app/views/layouts/_head.html.erb:1:in `_app_views_layouts__head_html_erb___223873208203086415_47421157796020'
app/views/layouts/site.html.erb:3:in `_app_views_layouts_site_html_erb___186270141783546306_47421177856200'
app/controllers/users_controller.rb:247:in `create'
config/initializers/cors.rb:9:in `call'
config/initializers/compressed_requests.rb:27:in `call'
test/integration/user_creation_test.rb:63:in `block (4 levels) in test_user_create_submit_duplicate_username'
test/integration/user_creation_test.rb:62:in `block (3 levels) in test_user_create_submit_duplicate_username'
test/integration/user_creation_test.rb:61:in `block (2 levels) in test_user_create_submit_duplicate_username'
test/integration/user_creation_test.rb:60:in `block in test_user_create_submit_duplicate_username'
test/integration/user_creation_test.rb:57:in `each'
test/integration/user_creation_test.rb:57:in `test_user_create_submit_duplicate_username'
bin/rails test test/integration/user_creation_test.rb:56
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F
Failure:
I18nTest#test_zh_tw [/home/carlos/openstreetmap-website/test/lib/i18n_test.rb:50]:
html.dir must be ltr or rtl
bin/rails test test/lib/i18n_test.rb:5
...............................................................................................................................
Finished in 273.806806s, 4.4630 runs/s, 1334.6272 assertions/s.
1222 runs, 365430 assertions, 1 failures, 2 errors, 0 skips
[Coveralls] Outside the CI environment, not sending data.
carlos@carlos-Inspiron-7773:~/openstreetmap-website$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment