Skip to content

Commit 1b2adfa

Browse files
committed
rename spec dir
1 parent a17595a commit 1b2adfa

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ require "bundler/gem_tasks"
22

33
require 'rake/testtask'
44
Rake::TestTask.new do |t|
5-
t.libs << 'specs'
6-
t.pattern = 'specs/*_spec.rb'
5+
t.libs << 'spec'
6+
t.pattern = 'spec/*_spec.rb'
77
t.verbose = true
88
end
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)