New: Option to remove illegal characters

Closes #809
This commit is contained in:
Mark McDowall
2015-10-04 13:13:14 -07:00
parent 68cd9ab8c8
commit 192d001b61
13 changed files with 60 additions and 19 deletions
@@ -1,4 +1,3 @@
using System;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Core.Organizer;
@@ -16,7 +15,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
[SetUp]
public void Setup()
{
namingConfig = new NamingConfig();
namingConfig = NamingConfig.Default;
Mocker.GetMock<INamingConfigService>()
.Setup(c => c.GetConfig()).Returns(namingConfig);