Skip to content

Commit

Permalink
Add pending spec for SchemaEnforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey committed Dec 4, 2020
1 parent 61a9a4f commit 8220ed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/view_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ describe "views" do
nickname_info.nickname.should eq "Johnny"
nickname_info.count.should eq 3
end

pending "works with SchemaEnforcer" do
AdminUser.ensure_correct_column_mappings!
NicknameInfo.ensure_correct_column_mappings!
end
end

0 comments on commit 8220ed0

Please # to comment.