Skip to content

Commit

Permalink
Remove whitespace [Gun.io WhitespaceBot]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gun.io Whitespace Robot committed Oct 21, 2011
1 parent e3bf491 commit 8dc5a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .autotest
Expand Up @@ -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$} }
Expand Down
2 changes: 1 addition & 1 deletion Changelog
Expand Up @@ -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
Expand Down

0 comments on commit 8dc5a17

Please sign in to comment.