-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial cleanup #4
Conversation
Unable to get rspec to pass after adding the i18n file |
Skipped "spec/system/homepage_spec.rb: from https://github.com/Platoniq/decidim-inspire/pull/4/files, unsure which version of this file we want in this repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I asked @rxnetwalker and he told me the EU logo should not be included in this project.
You should not include the public/sw.js*
files. Please remove them from this PR and change the .gitignore
to ignore those files so it won't happen again.
* initial commit * add figaro * add passsenger * Linting and specs (#3) * Added .github/workflow file for CI * Lint ERB files with erblint * Lint SCSS files with stylelint * Add i18n spec * Lint JS files with eslint * Lint MarkDown files with mdl * Default local to :ca * Rubocop automatic fixes * db:migrate to create db/schema.rb * Revert "Default local to :ca" This reverts commit 00532b0. * Run Rubocop * Rubocop corrections * Restored db/migrate files to before rubocop fixes * Remove config/deploy symlink and fix .gitignore * Initial cleanup (#4) * Add GH CI result to README.md * Ignore .rspec-failures * i18n spec file * homepage and other spec files * Remove test directory * Fix README rubocop suggestion * i18n_spec to english * default locale to :ca, edit en.yml * Platoniq and EU logos in footer * More spec files to go with the new footer * Edited expected checksum in overrides_spec.rb * remove eu logo * public.sw.js* in .gitignor * Remove cached ublic/sw.js* files * correct platoniq footer spec * Remove lingering EU footer files * default locale to :en to be overwritten with env variable * Add decidim awesome (#5) * Add GH CI result to README.md * Ignore .rspec-failures * i18n spec file * homepage and other spec files * Remove test directory * Fix README rubocop suggestion * i18n_spec to english * default locale to :ca, edit en.yml * Platoniq and EU logos in footer * More spec files to go with the new footer * Edited expected checksum in overrides_spec.rb * Add decidim awesome * db:migrate for rspec failing * add decidim awesome to gemfile and run webpack install for decidim awesome * decidim_awesome spec file * update decidim dev packages to correct version * remove eu-logo.png * default locale to :en * remove eu.en.yml * Remove cached public/sw.js* files * remove eu_footer_spec.rb * Add decidim awesome factories --------- Co-authored-by: Fran Bolívar <[email protected]> * Update README.md * Move .erb-lint.yml --------- Co-authored-by: David Igón <[email protected]> Co-authored-by: Harrison Hassig <[email protected]>
Homepage spec
Factories spec
rails helper spec
spec helper
Remove test/ directory