Skip to content

Commit

Permalink
Update books_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Johnson committed Nov 6, 2020
1 parent a470988 commit e9ae944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/books_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
end

# TODO: Replace `skip` with `it`
skip "validates a numeric year" do
it "validates a numeric year" do
visit "/books/new"
within "#as_books-create--form" do
fill_in "Title", with: "Pro Git"
Expand Down

0 comments on commit e9ae944

Please sign in to comment.