| @@ -0,0 +1,9 @@ | ||
| require 'test_helper' | ||
|
|
||
| class ExamsControllerTest < ActionController::TestCase | ||
| test "should get new" do | ||
| get :new | ||
| assert_response :success | ||
| end | ||
|
|
||
| end |
| @@ -0,0 +1,11 @@ | ||
| # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
|
|
||
| one: | ||
| count: | ||
| subject: MyString | ||
| answers: MyString | ||
|
|
||
| two: | ||
| count: | ||
| subject: MyString | ||
| answers: MyString |
| @@ -0,0 +1,7 @@ | ||
| require 'test_helper' | ||
|
|
||
| class ExamTest < ActiveSupport::TestCase | ||
| # test "the truth" do | ||
| # assert true | ||
| # end | ||
| end |