Skip to content

Commit

Permalink
Refs issue #13: Add a test for rendering the edit author page
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Brand committed Nov 3, 2017
1 parent f409df7 commit 9164d99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions spec/features/author/edit_author_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'rails_helper'

describe "Edit author page", type: :feature do

it "should render withour error" do
visit edit_author_path
end

end
2 changes: 1 addition & 1 deletion spec/features/author/index_author_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rails_helper'

describe "Author detail page", type: :feature do
describe "Author index page", type: :feature do

it "should render withour error" do
visit authors_path
Expand Down

0 comments on commit 9164d99

Please sign in to comment.