spec/tijuana_spec.rb in tijuana_client-0.2.4 vs spec/tijuana_spec.rb in tijuana_client-0.3.0
- old
+ new
@@ -1,6 +1,8 @@
-require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
+# frozen_string_literal: true
+require File.expand_path("#{File.dirname(__FILE__)}/spec_helper")
+
describe TijuanaClient do
specify { expect(subject).to respond_to :user }
- specify { expect(subject.new).to be_a(TijuanaClient::Client)}
+ specify { expect(subject.new).to be_a(TijuanaClient::Client) }
end