spec/models/attachy/file/transform_spec.rb in attachy-0.1.2 vs spec/models/attachy/file/transform_spec.rb in attachy-0.2.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'rails_helper' RSpec.describe Attachy::File, '.transform' do context 'when crop is :none' do let!(:file) { build :file }