Skip to content

Commit 9bdc9d3

Browse files
committed
Fix for rakefile pointing to the wrong mspec path since switch to use nuget
1 parent 45efeca commit 9bdc9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace :specs do
6767

6868
desc 'Run MSpec specs'
6969
mspec :mspec do |mspec|
70-
mspec.command = 'tools/mspec/mspec.exe'
70+
mspec.command = 'src/packages/Machine.Specifications.0.5.6.0/tools/mspec.exe'
7171
mspec.assemblies 'src/FluentNHibernate.Specs/bin/Release/FluentNHibernate.Specs.dll'
7272
end
7373

0 commit comments

Comments
 (0)