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 ab34ca8 commit 7622c2dCopy full SHA for 7622c2d
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