test/integration/service_bus/queues_test.rb in azure-0.7.0.pre vs test/integration/service_bus/queues_test.rb in azure-0.7.0.pre2
- old
+ new
@@ -10,12 +10,12 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#--------------------------------------------------------------------------
-require "integration/test_helper"
+require 'integration/test_helper'
-describe "ServiceBus Queues" do
+describe 'ServiceBus Queues' do
subject { Azure::ServiceBus::ServiceBusService.new }
let(:queue_name) { ServiceBusQueueNameHelper.name }
let(:name_alternative) { ServiceBusQueueNameHelper.name }
let(:description) {{
\ No newline at end of file