lib/physique/task_builders/test.rb in physique-0.2.2 vs lib/physique/task_builders/test.rb in physique-0.3.0

- old
+ new

@@ -23,15 +23,14 @@ def add_test_tasks configuration = solution.compile.configuration package_dir = solution.nuget.restore_location - task = test_runner_task :test => test_dependencies do |tests| + task = test_runner :test => test_dependencies do |tests| tests.files = FileList["**/*.Tests/bin/#{configuration}/*.Tests.dll"] tests.exe = locate_tool("#{package_dir}/NUnit.Runners.*/tools/nunit-console.exe") tests.parameters.add('/labels') tests.parameters.add('/trace=Verbose') - tests.parameters.add('/exclude=PersistenceTest') end task.add_description 'Run unit tests' end def test_dependencies \ No newline at end of file