Skip to content

Instantly share code, notes, and snippets.

@bsa7
Created December 19, 2018 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsa7/3b171665374bfd41cdedb9d62a47bfd9 to your computer and use it in GitHub Desktop.
Save bsa7/3b171665374bfd41cdedb9d62a47bfd9 to your computer and use it in GitHub Desktop.
Странная непостоянность тестов
###################################################################
# RAILS_ENV=test bundle exec rails db:migrate:reset
# RAILS_ENV=test rspec spec/integration/v2/teacher_class_spec.rb
###################################################################
Finished in 6.01 seconds (files took 7.45 seconds to load)
10 examples, 1 failure
Failed examples:
rspec ./spec/integration/v2/teacher_class_spec.rb:241 # Teacher Class API /teacher/class/{id} delete Delete teacher class returns a valid data
Randomized with seed 43840
###################################################################
# RAILS_ENV=test bundle exec rails db:migrate:reset
# RAILS_ENV=test rspec spec/integration/v2/teacher_class_spec.rb
###################################################################
Finished in 5.94 seconds (files took 7.22 seconds to load)
10 examples, 3 failures
Failed examples:
rspec ./spec/integration/v2/teacher_class_spec.rb:159 # Teacher Class API /teacher/class/students post Invite teacher class student returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:45 # Teacher Class API /teacher/classes get Teacher classes returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:214 # Teacher Class API /teacher/class/{id} put Update teacher class returns a valid data
Randomized with seed 44229
###################################################################
# RAILS_ENV=test bundle exec rails db:migrate:reset
# RAILS_ENV=test rspec spec/integration/v2/teacher_class_spec.rb
###################################################################
Finished in 5.79 seconds (files took 7.14 seconds to load)
10 examples, 3 failures
Failed examples:
rspec ./spec/integration/v2/teacher_class_spec.rb:241 # Teacher Class API /teacher/class/{id} delete Delete teacher class returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:214 # Teacher Class API /teacher/class/{id} put Update teacher class returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:45 # Teacher Class API /teacher/classes get Teacher classes returns a valid data
Randomized with seed 12559
###################################################################
# RAILS_ENV=test bundle exec rails db:migrate:reset
# RAILS_ENV=test rspec spec/integration/v2/teacher_class_spec.rb
###################################################################
Finished in 5.69 seconds (files took 7.29 seconds to load)
10 examples, 3 failures
Failed examples:
rspec ./spec/integration/v2/teacher_class_spec.rb:241 # Teacher Class API /teacher/class/{id} delete Delete teacher class returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:214 # Teacher Class API /teacher/class/{id} put Update teacher class returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:159 # Teacher Class API /teacher/class/students post Invite teacher class student returns a valid data
Randomized with seed 33888
###################################################################
# RAILS_ENV=test bundle exec rails db:migrate:reset
# RAILS_ENV=test rspec spec/integration/v2/teacher_class_spec.rb
###################################################################
Finished in 5.8 seconds (files took 7.12 seconds to load)
10 examples, 4 failures
Failed examples:
rspec ./spec/integration/v2/teacher_class_spec.rb:159 # Teacher Class API /teacher/class/students post Invite teacher class student returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:45 # Teacher Class API /teacher/classes get Teacher classes returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:214 # Teacher Class API /teacher/class/{id} put Update teacher class returns a valid data
rspec ./spec/integration/v2/teacher_class_spec.rb:241 # Teacher Class API /teacher/class/{id} delete Delete teacher class returns a valid data
Randomized with seed 3229
###################################################################
# RAILS_ENV=test bundle exec rails db:migrate:reset
# RAILS_ENV=test rspec spec/integration/v2/teacher_class_spec.rb
###################################################################
Finished in 5.86 seconds (files took 7.27 seconds to load)
10 examples, 0 failures
Randomized with seed 43445
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment