Skip to content

Commit

Permalink
Remove 'doc_' vars tests (not needed now)
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Oct 23, 2020
1 parent 22f65f3 commit 0219439
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/attr_bool_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ def initialize()
@acc17 = nil
end

attr_accessor? :doc_acc
attr_reader? :doc_read
attr_writer? :doc_write
attr_bool :doc_bool
attr_bool? :doc_boolq
attr_booler :doc_booler
attr_boolor :doc_boolor

attr_accessor? :acc
attr_accessor? :acc1,1
attr_accessor? :acc2,default: 2
Expand Down

0 comments on commit 0219439

Please sign in to comment.