Skip to content

Commit

Permalink
Creating Grade test files
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Kelvin <[email protected]>
Signed-off-by: danieloda <[email protected]>
  • Loading branch information
MateusO97 committed Dec 12, 2017
1 parent 1e5988e commit abe97c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/fixtures/grades.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
weight_burndown:
weight_velocity:
weight_debt:

two:
weight_burndown:
weight_velocity:
weight_debt:
7 changes: 7 additions & 0 deletions test/models/grade_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'test_helper'

class GradeTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

0 comments on commit abe97c5

Please sign in to comment.