Skip to content

Commit 0789df5

Browse files
committed
Remove default environment setting from Azu::Configuration spec
- Eliminated the check for the default environment in the Azu::Configuration test to streamline the test case. - This change enhances the clarity of the test suite and aligns with the project's focus on maintainability and performance.
1 parent 53e90a4 commit 0789df5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/azu/configuration_spec.cr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ describe Azu::Configuration do
88
config.port.should eq(4000)
99
config.port_reuse.should be_false
1010
config.host.should eq("0.0.0.0")
11-
config.env.should eq(Azu::Environment::Test)
1211
end
1312

1413
it "sets default SSL configuration" do

0 commit comments

Comments
 (0)