Skip to content

Commit

Permalink
Add missing spec_helper require within web_test_case_spec.cr (#484)
Browse files Browse the repository at this point in the history
* Simplify `framework` spec_helper requires
  • Loading branch information
Blacksmoke16 authored Dec 14, 2024
1 parent 4274791 commit 5f517ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/components/framework/spec/spec/web_test_case_spec.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "../spec_helper"

@[ASPEC::TestCase::Skip]
private struct MockWebTestCase < ATH::Spec::WebTestCase
def initialize(@client : ATH::Spec::AbstractBrowser); end
Expand Down
4 changes: 0 additions & 4 deletions src/components/framework/spec/spec_helper.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ require "log/spec"
require "../src/athena"
require "./controllers/*"

require "athena-spec"
require "athena-event_dispatcher/spec"
require "athena-console/spec"
require "athena-validator/spec"
require "../src/spec"

Spec.before_each do
Expand Down

0 comments on commit 5f517ca

Please sign in to comment.