chai.use(require('chai-flux'));
Asserts that obj is a Flux Standard Action.
expect(obj).to.be.an.FSA;
obj.should.be.an.FSA;