From 259efd7b3975612739495aa9d79aeb8f8cae3877 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 28 Dec 2007 17:45:39 +0000 Subject: [PATCH] ActionItem135: removing nasty design stuff fixtures --- test/fixtures/design_blocks.yml | 44 -------------------------------------------- test/fixtures/design_boxes.yml | 3 --- test/unit/link_block_test.rb | 11 ----------- test/unit/list_block_test.rb | 10 ---------- 4 files changed, 0 insertions(+), 68 deletions(-) delete mode 100644 test/fixtures/design_blocks.yml delete mode 100644 test/fixtures/design_boxes.yml delete mode 100644 test/unit/link_block_test.rb delete mode 100644 test/unit/list_block_test.rb diff --git a/test/fixtures/design_blocks.yml b/test/fixtures/design_blocks.yml deleted file mode 100644 index 0693676..0000000 --- a/test/fixtures/design_blocks.yml +++ /dev/null @@ -1,44 +0,0 @@ -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -#Main Block -one: - id: 1 - box_id: 2 - position: 1 - type: 'MainBlock' - title: 'Main Content' -# FavoriteLinks Blocks -two: - id: 2 - box_id: 1 - position: 2 - type: 'FavoriteLinks' - title: 'List of Links 1' -three: - id: 3 - box_id: 1 - position: 3 - type: 'FavoriteLinks' - title: 'List of Link 2' -#List Blocks -#FIXME Put other blocks to works -#four: -# id: 4 -# box_id: 1 -# position: 1 -# type: 'ListBlock' -# helper: 'list_content' -# title: 'List of titles 1' -#five: -# id: 5 -# box_id: 3 -# position: 1 -# type: 'ListBlock' -# helper: 'list_content' -# title: 'List of titles 2' -#six: -# id: 6 -# box_id: 3 -# position: 2 -# type: 'ListBlock' -# helper: 'list_content' -# title: 'List of titles 3' diff --git a/test/fixtures/design_boxes.yml b/test/fixtures/design_boxes.yml deleted file mode 100644 index 12a5ddd..0000000 --- a/test/fixtures/design_boxes.yml +++ /dev/null @@ -1,3 +0,0 @@ -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -# none: creating a environment alerady creates its boxes. Thanks to -# acts_as_design diff --git a/test/unit/link_block_test.rb b/test/unit/link_block_test.rb deleted file mode 100644 index 3e95250..0000000 --- a/test/unit/link_block_test.rb +++ /dev/null @@ -1,11 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' - -class LinkBlockTest < Test::Unit::TestCase - fixtures :design_blocks - - # Replace this with your real tests. - def test_content - l = LinkBlock.new - assert_kind_of Array, l.content - end -end diff --git a/test/unit/list_block_test.rb b/test/unit/list_block_test.rb deleted file mode 100644 index edcaf6f..0000000 --- a/test/unit/list_block_test.rb +++ /dev/null @@ -1,10 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' - -class ListBlockTest < Test::Unit::TestCase - fixtures :design_blocks - - # Replace this with your real tests. - def test_truth - assert true - end -end -- libgit2 0.21.2