mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix SiteSetingExtension specs to coerce int to string.
This commit is contained in:
@@ -179,7 +179,6 @@ describe SiteSettingExtension do
|
||||
end
|
||||
|
||||
it "should coerce int to string" do
|
||||
skip "This test is not working on Rspec 2 even"
|
||||
settings.test_str = 100
|
||||
expect(settings.test_str).to eq("100")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user