Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wow I'm really not with it today
  • Loading branch information
EricR committed Jan 16, 2013
1 parent a9648f8 commit 90ce4a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions spec/image_sorcery_gm_spec.rb
@@ -1,11 +1,6 @@
require 'fileutils'
require 'image_sorcery'

describe "Image Sorcery with GraphicsMagick" do
before :each do
FileUtils.copy "./spec/fixtures/dog.jpeg", "./spec/fixtures/dog-2.jpeg"
@image = ImageSorcery.gm("./spec/fixtures/dog-2.jpeg") # Who doesn't love dogs?
end

it_behaves_like ImageSorcery, "gm"
describe "Image Sorcery with ImageMagick" do
it_behaves_like ImageSorcery, "new"
end
9 changes: 2 additions & 7 deletions spec/image_sorcery_spec.rb
@@ -1,11 +1,6 @@
require 'fileutils'
require 'image_sorcery'

describe "Image Sorcery with ImageMagick" do
before :each do
FileUtils.copy "./spec/fixtures/dog.jpeg", "./spec/fixtures/dog-2.jpeg"
@image = ImageSorcery.new("./spec/fixtures/dog-2.jpeg") # Who doesn't love dogs?
end

it_behaves_like ImageSorcery
describe "Image Sorcery with GraphicsMagick" do
it_behaves_like ImageSorcery, "gm"
end

0 comments on commit 90ce4a6

Please sign in to comment.