Skip to content

Commit

Permalink
spec: move assignments specs into their own directory
Browse files Browse the repository at this point in the history
Test Plan:
- pass Jenkins

Change-Id: I557b9d35dd10d09ed5f2406bef9a9b5dca88c417
Reviewed-on: https://gerrit.instructure.com/84642
Tested-by: Jenkins
Reviewed-by: Alex Ortiz-Rosado <[email protected]>
Product-Review: Michael Hargiss <[email protected]>
QA-Review: Michael Hargiss <[email protected]>
  • Loading branch information
mycargus committed Jul 8, 2016
1 parent 6e12b46 commit 5319140
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/discussions_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/files_common')
require_relative '../helpers/assignments_common'
require_relative '../helpers/discussions_common'
require_relative '../helpers/files_common'

describe "discussion assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require_relative '../common'

describe "external tool assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../common'
require_relative '../helpers/assignments_common'

describe "assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../common'
require_relative '../helpers/assignments_common'

describe "assignment group that can't manage a course" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require_relative '../common'

describe "moderated grading assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../common'
require_relative '../helpers/assignments_common'

describe "assignments index grading period filter" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignment_overrides.rb')
require_relative '../common'
require_relative '../helpers/assignment_overrides.rb'

describe "assignment groups" do
include AssignmentOverridesSeleniumHelper
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require_relative '../common'

describe "assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative "common"
require_relative "helpers/files_common"
require_relative "helpers/submissions_common"
require_relative "helpers/assignments_common"
require_relative '../common'
require_relative '../helpers/files_common'
require_relative '../helpers/submissions_common'
require_relative '../helpers/assignments_common'

describe 'assignments' do
include_context 'in-process server selenium tests'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../helpers/assignments_common'

describe "quizzes assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/rubrics_common')
require_relative '../common'
require_relative '../helpers/rubrics_common'

describe "assignment rubrics" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/public_courses_context')
require File.expand_path(File.dirname(__FILE__) + '/helpers/files_common')
require_relative '../common'
require_relative '../helpers/assignments_common'
require_relative '../helpers/public_courses_context'
require_relative '../helpers/files_common'

describe "assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../common'
require_relative '../helpers/assignments_common'

describe "assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/google_drive_common')
require_relative '../common'
require_relative '../helpers/assignments_common'
require_relative '../helpers/google_drive_common'

describe "assignments" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/files_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../common'
require_relative '../helpers/files_common'
require_relative '../helpers/assignments_common'

describe 'submissions' do
include_context 'in-process server selenium tests'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/files_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/submissions_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/gradebook2_common')
require_relative '../common'
require_relative '../helpers/files_common'
require_relative '../helpers/submissions_common'
require_relative '../helpers/gradebook2_common'

describe "submissions" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/assignments_common')
require_relative '../common'
require_relative '../helpers/assignments_common'

describe 'submissions' do
include_context 'in-process server selenium tests'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/files_common')
require File.expand_path(File.dirname(__FILE__) + '/helpers/submissions_common')
require_relative '../common'
require_relative '../helpers/files_common'
require_relative '../helpers/submissions_common'

describe "submissions" do
include_context "in-process server selenium tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/common')
require_relative '../common'

describe "assignments turn it in" do
include_context "in-process server selenium tests"
Expand Down

0 comments on commit 5319140

Please sign in to comment.