Fails system tests
This commit is contained in:
parent
fb5e2af8c2
commit
55df5bbb40
2 changed files with 9 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
require "test_helper"
|
require 'test_helper'
|
||||||
|
|
||||||
class CheckTest < ActiveSupport::TestCase
|
class CheckTest < ActiveSupport::TestCase
|
||||||
# test "the truth" do
|
test 'the truth' do
|
||||||
# assert true
|
skip 'Need to write Check test'
|
||||||
# end
|
assert true
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,8 @@ class ChecksTest < ApplicationSystemTestCase
|
||||||
visit check_url(@deletable_check)
|
visit check_url(@deletable_check)
|
||||||
click_on 'Check löschen', match: :first
|
click_on 'Check löschen', match: :first
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test 'fail' do
|
||||||
|
assert false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue