Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/about_controller_spec.rb')
-rw-r--r--spec/controllers/about_controller_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/controllers/about_controller_spec.rb b/spec/controllers/about_controller_spec.rb
index f420fc55..12ca3f1f 100644
--- a/spec/controllers/about_controller_spec.rb
+++ b/spec/controllers/about_controller_spec.rb
@@ -3,11 +3,9 @@
require "rails_helper"
RSpec.describe AboutController, type: :controller do
-
it "GET index" do
get :index
expect(assigns(:section)).to eq("about")
expect(response).to render_template("index")
end
-
end