Skip to content

Commit

Permalink
Fix for rakefile pointing to the wrong mspec path since switch to use…
Browse files Browse the repository at this point in the history
… nuget
  • Loading branch information
jagregory committed Apr 27, 2012
1 parent 45efeca commit 9bdc9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RakeFile
Expand Up @@ -67,7 +67,7 @@ namespace :specs do

desc 'Run MSpec specs'
mspec :mspec do |mspec|
mspec.command = 'tools/mspec/mspec.exe'
mspec.command = 'src/packages/Machine.Specifications.0.5.6.0/tools/mspec.exe'
mspec.assemblies 'src/FluentNHibernate.Specs/bin/Release/FluentNHibernate.Specs.dll'
end

Expand Down

0 comments on commit 9bdc9d3

Please sign in to comment.