saviour 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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