Brian Kim 1f94ac154b Fix order dependency in site_setting_spec.rb
The spec contained an order dependency which would cause the default
bool test to fail. You can confirm this by running the spec with the
option "--order rand" a couple times. This dependency was caused by
surprising behavior in SiteSetting::setting as shown below:

SiteSetting.setting(:bool_setting?, false)
SiteSetting.refresh!
SiteSetting.bool_setting? #=> false
SiteSetting.random_setting = true
SiteSetting.bool_setting? #=> true
SiteSetting.setting(:bool_setting?, false)
SiteSetting.refresh!
SiteSetting.bool_setting? #=> true!

The spec is merely desriptive, and I have labeled what I think could be
possible bugs.
2013-03-04 11:18:05 -05:00
..
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-03-01 21:16:36 +03:00
2013-03-01 21:16:36 +03:00
2013-02-26 07:31:35 +03:00
2013-03-01 21:16:36 +03:00
2013-03-01 21:16:36 +03:00
2013-03-01 21:16:36 +03:00
2013-03-01 21:16:36 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-02-26 07:31:35 +03:00
2013-03-01 09:52:59 -08:00
2013-02-26 07:31:35 +03:00
2013-02-05 14:16:51 -05:00
2013-03-01 21:16:36 +03:00
2013-02-07 09:35:38 -07:00
2013-03-01 21:16:36 +03:00
2013-02-05 14:16:51 -05:00