From 6f86e73a5f377a7c1173452cb25d032ddc909cd2 Mon Sep 17 00:00:00 2001 From: Giulio De Donato Date: Mon, 20 Apr 2015 23:08:30 +0200 Subject: [PATCH 1/2] updated fixture for green tests --- .../bootstrap/fixtures/license-MIT-blue.svg | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/features/bootstrap/fixtures/license-MIT-blue.svg b/features/bootstrap/fixtures/license-MIT-blue.svg index 9dcb6fb..39839a4 100644 --- a/features/bootstrap/fixtures/license-MIT-blue.svg +++ b/features/bootstrap/fixtures/license-MIT-blue.svg @@ -1,20 +1 @@ - - - - - - - - - - - - - - - license - license - MIT - MIT - - \ No newline at end of file +licenselicenseMITMIT \ No newline at end of file From a6daa25d5c36d7e3f192a2766b60f928ddcc410f Mon Sep 17 00:00:00 2001 From: Giulio De Donato Date: Mon, 20 Apr 2015 23:28:46 +0200 Subject: [PATCH 2/2] fixed tests --- .idea/scopes/scope_settings.xml | 5 ----- spec/PUGX/Poser/Render/SvgFlatRenderSpec.php | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 .idea/scopes/scope_settings.xml diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/spec/PUGX/Poser/Render/SvgFlatRenderSpec.php b/spec/PUGX/Poser/Render/SvgFlatRenderSpec.php index 6bad336..181c4bb 100644 --- a/spec/PUGX/Poser/Render/SvgFlatRenderSpec.php +++ b/spec/PUGX/Poser/Render/SvgFlatRenderSpec.php @@ -41,22 +41,22 @@ function it_should_render_a_license_mit_exactly_like_this_svg() $template = << - - + + - + - - - + + + - license - license - MIT - MIT + license + license + MIT + MIT EOF;