Skip to content
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

[129, 60, 130] Evaluation Form Model, Migration, CRUD, Responsive List View #169

Merged
merged 20 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix rubocop 2
stepchud committed Sep 27, 2024
commit aef614ab8057cd21f58020daca3366f45496aa52
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ plugins:
enabled: true
rubocop:
enabled: true
channel: rubocop-1-48-1
channel: rubocop-1-56-3
exclude_patterns:
- .nix-bundler
- config/
2 changes: 1 addition & 1 deletion spec/helpers/evaluation_forms_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
# end
# end
# end
RSpec.describe EvaluationFormsHelper, type: :helper do
RSpec.describe EvaluationFormsHelper do
describe "challenge with phase" do
it "concats challenge name with challenge phase" do
user = create_user
2 changes: 1 addition & 1 deletion spec/models/evaluation_form_spec.rb
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
#
require 'rails_helper'

RSpec.describe EvaluationForm, type: :model do
RSpec.describe EvaluationForm do
describe 'validations' do
it 'validates nothing' do
evaluation_form = described_class.new