spec/tilt_spec.rb in faml-0.6.0 vs spec/tilt_spec.rb in faml-0.6.1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen-string-literal: true
require 'spec_helper'
RSpec.describe 'Tilt integration' do
def tilt(str)
Tilt.new('spec.haml') { str }
- old
+ new