parallelized gem updated thread failure reflection
Change-Id: Ic2cde451dcd106059732d2e4188a595a435a6e1d Reviewed-on: https://gerrit.instructure.com/16152 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Jake Sorce <jake@instructure.com> QA-Review: Jake Sorce <jake@instructure.com>
This commit is contained in:
parent
2944785514
commit
ca27d23da5
2
Gemfile
2
Gemfile
|
@ -90,7 +90,7 @@ group :test do
|
|||
gem 'coffee-script-source', '1.3.1' #pinned so everyone's compiled output matches
|
||||
gem 'bluecloth', '2.0.10' # for generating api docs
|
||||
gem 'parallel', '0.5.16'
|
||||
gem 'parallelized_specs', '0.3.79'
|
||||
gem 'parallelized_specs', '0.3.86'
|
||||
gem 'mocha', '0.12.3', :require => 'mocha_standalone'
|
||||
gem 'rcov', '0.9.9'
|
||||
gem 'rspec', '1.3.2'
|
||||
|
|
|
@ -366,7 +366,7 @@ describe "manage groups students" do
|
|||
end
|
||||
|
||||
it "should give Assigning Students... visual feedback" do
|
||||
pending "causes whatever spec follows this to fail even in different files"
|
||||
#pending "causes whatever spec follows this to fail even in different files"
|
||||
assign_students = fj("#category_#{@category.id} .assign_students_link:visible")
|
||||
assign_students.should_not be_nil
|
||||
assign_students.click
|
||||
|
|
Loading…
Reference in New Issue