Skip to content

Commit

Permalink
failed test for #26
Browse files Browse the repository at this point in the history
  • Loading branch information
akuchinke committed Nov 9, 2017
1 parent 3982f15 commit 1d57c13
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/features/paper/edit_paper_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'rails_helper'

describe "Edit paper page", type: :feature do
before do
@paper = create :paper
end
it "Should render" do
visit edit_paper_path(@paper)
end




end

0 comments on commit 1d57c13

Please sign in to comment.