From 8dc5a177441d33439eca9fbd78351082a2d48e14 Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Fri, 21 Oct 2011 13:40:41 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- .autotest | 2 +- Changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.autotest b/.autotest index f51912886..cde6ce297 100644 --- a/.autotest +++ b/.autotest @@ -2,7 +2,7 @@ Autotest.add_hook :initialize do |at| at.clear_mappings at.add_mapping(%r{^test/.*_test\.rb$}) {|f, _| [f] } - at.add_mapping(%r{^lib/factory_girl/(.*)\.rb$}) {|_, m| ["test/#{m[1]}_test.rb", + at.add_mapping(%r{^lib/factory_girl/(.*)\.rb$}) {|_, m| ["test/#{m[1]}_test.rb", "test/integration_test.rb"] } at.add_mapping(%r{^test/(test_helper|models)\.rb$}) { at.files_matching %r{^test/.*_test\.rb$} } at.add_mapping(%r{^lib/.*\.rb$}) { at.files_matching %r{^test/.*_test\.rb$} } diff --git a/Changelog b/Changelog index 218d8bf31..f79b110b6 100644 --- a/Changelog +++ b/Changelog @@ -41,7 +41,7 @@ Josh Nichols) Factory names ending in 's' no longer cause problems (thanks to Alex Sharp and Josh Owens) - + 1.1.3 (September 12, 2008) Automatically pull in definitions from factories.rb, test/factories.rb, or spec/factories.rb