Skip to content

Commit

Permalink
Assert style tests in Quickdraw (#831)
Browse files Browse the repository at this point in the history
Convert all the Quickdraw tests to use assert style.
  • Loading branch information
joeldrapper authored Dec 17, 2024
1 parent 3617dac commit 8e92396
Show file tree
Hide file tree
Showing 31 changed files with 412 additions and 683 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

group :test do
gem "sus"
gem "quickdraw", github: "joeldrapper/quickdraw"
gem "quickdraw", github: "joeldrapper/quickdraw", branch: "assert-style"
gem "simplecov", require: false
gem "selenium-webdriver"
end
Expand Down
Loading

0 comments on commit 8e92396

Please sign in to comment.