saviour 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Saviour::AttributeNameCalculator do
4
- it "returns the attached_as value" do
5
- expect(Saviour::AttributeNameCalculator.new("preview_file").name).to eq "preview_file"
6
- end
7
-
8
- it "appends the version if provided" do
9
- expect(Saviour::AttributeNameCalculator.new("preview_file", "thumb").name).to eq "preview_file_thumb"
10
- end
11
- end