Conversation
| @@ -0,0 +1,5 @@ | |||
| require 'rails_helper' | |||
|
|
|||
| RSpec.describe "simulation_speed_pollings/create.html.erb", type: :view do | |||
There was a problem hiding this comment.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| @@ -0,0 +1,5 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
| @@ -0,0 +1,15 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
| @@ -0,0 +1,15 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
| @@ -0,0 +1,5 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
| @@ -0,0 +1,5 @@ | |||
| require 'rails_helper' | |||
|
|
|||
| RSpec.describe "simulation_speed_pollings/list.html.erb", type: :view do | |||
There was a problem hiding this comment.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| @@ -0,0 +1,5 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
| @@ -0,0 +1,15 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
| expect(response).to have_http_status(:success) | ||
| end | ||
| end | ||
|
|
There was a problem hiding this comment.
Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.
| end | ||
|
|
||
| describe "GET #create" do | ||
| it "returns http success" do |
There was a problem hiding this comment.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
No description provided.