E1917 Fix Code Climate Issues: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 19: Line 19:
== '''Testing''' ==
== '''Testing''' ==


 
The Expertiza project provides 77 rspec tests under expertiza/spec. After modifying those 33 files, we want to make sure these tests could still pass
 
 
 
 
 
 
 
 
 
 


== ''Reference'' ==
== ''Reference'' ==

Revision as of 20:18, 23 March 2019

About Expertiza

Expertiza is an open source project based on Ruby on Rails framework. Expertiza allows the instructor to create new assignments and customize new or existing assignments. It also allows the instructor to create a list of topics the students can sign up for. Students can form teams in Expertiza to work on various projects and assignments. Students can also peer review other students' submissions. Expertiza supports submission across various document types, including the URLs and wiki pages[1].

Code Climate Introduction

1. What is code climate issues


Problem Statement

The task is to fix code climate issues in controllers with the name begin with P to Z. There are totally 33 files to fix. Issues complained by Code Climate include: ...

Implementation

Testing

The Expertiza project provides 77 rspec tests under expertiza/spec. After modifying those 33 files, we want to make sure these tests could still pass

Reference

[[1]]'