I have added the performance model, controller, route and seed data, now I am working on the actual visual aspects of the page
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
user_id: 1
|
||||
date_submitted: 2013-05-31
|
||||
score: 1
|
||||
comments: MyString
|
||||
reviewer: 1
|
||||
|
||||
two:
|
||||
user_id: 1
|
||||
date_submitted: 2013-05-31
|
||||
score: 1
|
||||
comments: MyString
|
||||
reviewer: 1
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PerformanceControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PerformanceHelperTest < ActionView::TestCase
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PerformanceTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user