-
Notifications
You must be signed in to change notification settings - Fork 1
Running Diff of Prod #126
base: master
Are you sure you want to change the base?
Running Diff of Prod #126
Conversation
* 'master' of github.com:snap-cloud/snap-cloud: Error fix Error fix formatting Fix steps to select by text formatting all tests for submissions pass changing assignment_steps saving work Change the assignment view to show submissions Change the time and title for submission creation more changes for assignment and submissions finishing up submission user stories added test for user update function writing submissions controller Change db projects schema and add a route for submissions fixed static pages Changed the submissions table adding submission step def
Why was there a class attribute anyway?!!
# Requires supporting ruby files with custom matchers and macros, etc, | ||
# in spec/support/ and its subdirectories. | ||
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f } | ||
# This file was generated by the `rails generate rspec:install` command. Conventionally, all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [92/80]
# `true` in RSpec 4. | ||
mocks.verify_partial_doubles = false | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
# `true` in RSpec 4. | ||
mocks.verify_partial_doubles = false | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
# The different available types are documented in the features, such as in | ||
# https://relishapp.com/rspec/rspec-rails/docs | ||
config.infer_spec_type_from_file_location! | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
# The different available types are documented in the features, such as in | ||
# https://relishapp.com/rspec/rspec-rails/docs | ||
config.infer_spec_type_from_file_location! | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
|
||
RSpec.configure do |config| | ||
config.include Devise::TestHelpers, type: :controller | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
|
||
RSpec.configure do |config| | ||
config.include Devise::TestHelpers, type: :controller | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
SimpleCov.merge_timeout 3600 | ||
|
||
require 'coveralls' | ||
Coveralls.wear!('rails') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
SimpleCov.merge_timeout 3600 | ||
|
||
require 'coveralls' | ||
Coveralls.wear!('rails') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
SimpleCov.start | ||
SimpleCov.merge_timeout 3600 | ||
|
||
require 'coveralls' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
SimpleCov.start | ||
SimpleCov.merge_timeout 3600 | ||
|
||
require 'coveralls' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
require 'devise' | ||
|
||
# Test Coverage... 3X. | ||
require 'simplecov' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
require 'devise' | ||
|
||
# Test Coverage... 3X. | ||
require 'simplecov' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
require 'rspec/rails' | ||
# Add additional requires below this line. Rails is not loaded until this point! | ||
|
||
require 'devise' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
require 'rspec/rails' | ||
# Add additional requires below this line. Rails is not loaded until this point! | ||
|
||
require 'devise' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ENV['RAILS_ENV'] ||= 'test' | ||
require 'spec_helper' | ||
require File.expand_path('../../config/environment', __FILE__) | ||
require 'rspec/rails' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ENV['RAILS_ENV'] ||= 'test' | ||
require 'spec_helper' | ||
require File.expand_path('../../config/environment', __FILE__) | ||
require 'rspec/rails' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
# This file is copied to spec/ when you run 'rails generate rspec:install' | ||
ENV['RAILS_ENV'] ||= 'test' | ||
require 'spec_helper' | ||
require File.expand_path('../../config/environment', __FILE__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
# This file is copied to spec/ when you run 'rails generate rspec:install' | ||
ENV['RAILS_ENV'] ||= 'test' | ||
require 'spec_helper' | ||
require File.expand_path('../../config/environment', __FILE__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -0,0 +1,75 @@ | |||
# This file is copied to spec/ when you run 'rails generate rspec:install' | |||
ENV['RAILS_ENV'] ||= 'test' | |||
require 'spec_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Trailing whitespace detected.
@@ -0,0 +1,75 @@ | |||
# This file is copied to spec/ when you run 'rails generate rspec:install' | |||
ENV['RAILS_ENV'] ||= 'test' | |||
require 'spec_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Trailing whitespace detected.
@@ -0,0 +1,75 @@ | |||
# This file is copied to spec/ when you run 'rails generate rspec:install' | |||
ENV['RAILS_ENV'] ||= 'test' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -0,0 +1,75 @@ | |||
# This file is copied to spec/ when you run 'rails generate rspec:install' | |||
ENV['RAILS_ENV'] ||= 'test' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -0,0 +1,75 @@ | |||
# This file is copied to spec/ when you run 'rails generate rspec:install' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing frozen string literal comment.
@@ -0,0 +1,75 @@ | |||
# This file is copied to spec/ when you run 'rails generate rspec:install' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing frozen string literal comment.
@@ -1,10 +1,11 @@ | |||
require 'spec_helper' | |||
require 'rails_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing frozen string literal comment.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Trailing whitespace detected.
@@ -1,4 +1,4 @@ | |||
require 'spec_helper' | |||
require 'rails_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing frozen string literal comment.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Trailing whitespace detected.
@@ -1,10 +1,11 @@ | |||
require 'spec_helper' | |||
require 'rails_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing frozen string literal comment.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Trailing whitespace detected.
@@ -1,4 +1,4 @@ | |||
require 'spec_helper' | |||
require 'rails_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing frozen string literal comment.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Trailing whitespace detected.
Not meant to be pulled, but this might be useful for quick status checks.