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.
2 parents ab34ca8 + 7622c2d commit 66a1e2cCopy full SHA for 66a1e2c
spec/live/brand_spec.rb
@@ -2,7 +2,7 @@
2
3
describe ZendeskAPI::Brand, :delete_after do
4
def valid_attributes
5
- { :name => "awesomesauce_ruby_sdk_test", :subdomain => "zendeskapi#{SecureRandom.hex(3)}" }
+ { :name => "awesomesauce_ruby_sdk_test_brand", :subdomain => "zendeskapi#{SecureRandom.hex(3)}" }
6
end
7
8
it_should_be_creatable
0 commit comments