test/models/configuration_test.rb in alondra-0.1.0 vs test/models/configuration_test.rb in alondra-0.1.1
- old
+ new
@@ -7,10 +7,10 @@
test "it has default values" do
assert_equal 12346, Alondra.config.port
end
test "it allows to override default values" do
- assert_equal 'localhost', Alondra.config.host
+ assert_equal '0.0.0.0', Alondra.config.host
Alondra.config.host = 'www.example.com'
assert_equal 'www.example.com', Alondra.config.host
end
test "it allows to define new variables" do
\ No newline at end of file