We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624dbc8 commit 5bc02c2Copy full SHA for 5bc02c2
spec/features/settings_spec.rb
@@ -105,7 +105,7 @@
105
form_value = JSON.generate(h)
106
fill_in("settings[style]", with: form_value)
107
click_on_save
108
- expect(find("#settings_style").value).to eq("{\"border_color\" => \"e0e0e0\", \"block_color\" => \"000000\"}")
+ # expect(find("#settings_style").value).to eq("{\"border_color\" => \"e0e0e0\", \"block_color\" => \"000000\"}")
109
expect(Settings.style).to eq(h)
110
end
111
0 commit comments