Skip to content

Commit

Permalink
Fixed test without subject
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Sep 7, 2015
1 parent 4dfb417 commit 13e3fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Machine.Specifications;
using Moq;
using Ploeh.AutoFixture;
using It = Machine.Specifications.It;

[Subject(typeof(CloudFlareClientExtensions))]
public class When_getting_all_the_zone_data : FixtureContext
{
static Zone _expectedZone;
Expand Down

0 comments on commit 13e3fcd

Please sign in to comment.