protected override void beforeRunning()
        {
            FubuMode.Mode(FubuMode.Development);

            _file = Harness.GetApplicationDirectory().AppendPath("content", "scripts", "ignoreme.js");

            _originalText = Guid.NewGuid().ToString();
            _newText      = Guid.NewGuid().ToString();

            new FileSystem().WriteStringToFile(_file, _originalText);
        }