This article is a response for the following feature:
@javascript
Feature: Filter enable/disable
Scenario: Using the filter with resources| require 'stringex' | |
| usage 'create-post [options] title' | |
| aliases :create_post, :cp | |
| summary 'create a new blog post' | |
| description 'Creates new blog post with standard template.' | |
| flag :h, :help, 'show help for this command' do |value, cmd| | |
| puts cmd.help | |
| exit 0 |
| using System; | |
| using System.IO; | |
| using System.Net; | |
| using System.Text; | |
| using LumiSoft.Net; | |
| using LumiSoft.Net.POP3.Server; | |
| namespace MockEmail | |
| { | |
| public class Pop3Server : IDisposable |
| using System.Spec; | |
| using FluentAssertions; | |
| using LumiSoft.Net; | |
| using LumiSoft.Net.Mail; | |
| using LumiSoft.Net.POP3.Client; | |
| using MockEmail.Specs.Properties; | |
| namespace MockEmail.Specs | |
| { | |
| public class MockEmailServerSpec : Specification |