Skip to content

Commit

Permalink
Proper cleanup of test repo in acceptance specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Jun 11, 2011
1 parent ed5188b commit aefaee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/recent_gusts_spec.rb
Expand Up @@ -5,7 +5,7 @@ class RecentGustsTest < AcceptanceTest
def setup
super
@config = Configuration.new('test')
FileUtils.rm_rf(@config.repository_root + '/*')
FileUtils.rm_rf Dir[@config.repository_root + '/*']
end

def test_can_see_recent_gusts
Expand Down

0 comments on commit aefaee7

Please sign in to comment.