Skip to content

Commit

Permalink
This spec was only going to work unless the developer/user added more…
Browse files Browse the repository at this point in the history
… settings. Fixed.
  • Loading branch information
parndt committed Jan 26, 2011
1 parent 6fc04ca commit af2afa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/spec/models/image_spec.rb
Expand Up @@ -79,8 +79,8 @@ def image_can_be_destroyed
end

describe ".user_image_sizes" do
it "sets and returns a hash consisiting of 3 image sizes" do
Image.user_image_sizes.keys.should == [:small, :medium, :large]
it "sets and returns a hash consisting of the keys contained in the RefinerySetting" do
Image.user_image_sizes.should == RefinerySetting.get(:user_image_sizes)
end
end

Expand Down

0 comments on commit af2afa9

Please sign in to comment.