|
Merge pull request #19 from CDLUC3/final_schema
Further work on tests |
|---|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/answers_controller.rb |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/question.rb |
|---|
| app/models/section.rb |
|---|
| app/models/user.rb |
|---|
| config/initializers/devise.rb |
|---|
| db/schema.rb |
|---|
| test/functional/answers_controller_test.rb 0 → 100644 |
|---|
| test/functional/application_controller_test.rb |
|---|
| test/functional/static_pages_controller_test.rb |
|---|
| test/routing_test.rb |
|---|
| test/test_helper.rb |
|---|
| test/unit/phase_test.rb |
|---|
| test/unit/question_test.rb |
|---|
| test/unit/section_test.rb |
|---|
| test/unit/template_test.rb |
|---|
| test/unit/user_test.rb |
|---|