Skip to content

Commit

Permalink
Remove ostruct require
Browse files Browse the repository at this point in the history
This is no longer necessary since we've replaced the single OpenStruct reference with a plain Struct instead.
  • Loading branch information
javierjulio committed Apr 15, 2024
1 parent 468ac62 commit a3220a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/turbo_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require "open3"
require "fileutils"
require "ostruct"
require "json"
require "rspec"

Expand Down

0 comments on commit a3220a1

Please sign in to comment.