694783e5f3
We use a true/false preference so we can tell the difference between disabling the watch vs never having the watch. This is so we can toggle off and on the preferences for a container (like the bucket) without losing any bubble-specific preferences.
8 lines
148 B
Ruby
8 lines
148 B
Ruby
require "test_helper"
|
|
|
|
class Bubbles::WatchesControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|