Skip to content

Commit

Permalink
ignore coffeescript/sass tests on mono
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Jun 8, 2012
1 parent b72b967 commit 220fba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions SquishIt.Tests/CoffeeScriptTests.cs
Expand Up @@ -2,14 +2,13 @@
using NUnit.Framework;
using SquishIt.CoffeeScript;
using SquishIt.CoffeeScript.Coffee;
using SquishIt.Framework;
using SquishIt.Framework.Files;
using SquishIt.Framework.Utilities;
using SquishIt.Tests.Helpers;

namespace SquishIt.Tests
{
[TestFixture]
[TestFixture, Platform(Exclude = "Unix, Linux, Mono")]
public class CoffeeScriptTests
{
//TODO: should probably have more tests here
Expand Down
5 changes: 1 addition & 4 deletions SquishIt.Tests/SassTests.cs
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using SquishIt.Framework.Files;
using SquishIt.Framework.Utilities;
Expand All @@ -11,7 +8,7 @@

namespace SquishIt.Tests
{
[TestFixture]
[TestFixture, Platform(Exclude = "Unix, Linux, Mono")]
public class SassTests
{
CssBundleFactory cssBundleFactory;
Expand Down

0 comments on commit 220fba9

Please sign in to comment.