Skip to content

Commit

Permalink
Rename spec/ to test/
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed May 30, 2011
1 parent 59c93e3 commit 7f0a476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake'
task :default => :test

task :test do
Dir.chdir 'spec'
Dir.chdir 'test'

sh 'rspec versionomy_spec.rb --color --format doc'
end
File renamed without changes.

0 comments on commit 7f0a476

Please sign in to comment.