Commit 5f357b0
Changed files (1)
rakefile
@@ -17,7 +17,10 @@ task :xbuild do
end
desc 'mspec test runner'
-mspec :spec => :build do |mspec|
- mspec.command = 'packages/Machine.Specifications.0.5.3.0/tools/mspec-clr4.exe'
- mspec.assemblies "src/test/bin/debug/test.dll"
+#mspec :spec => :build do |mspec|
+ #mspec.command = 'packages/Machine.Specifications.0.5.3.0/tools/mspec-clr4.exe'
+ #mspec.assemblies "src/test/bin/debug/test.dll"
+#end
+task :spec => :xbuild do
+ sh "mono --debug packages/Machine.Specifications.0.5.3.0/tools/mspec-x86-clr4.exe src/test/bin/Debug/test.dll"
end