ruby-snippets

Ruby snippets for non-rails way programming

azranel

3,407

2

0.2.1

MIT

GitHub

ruby-snippets package

Description

Snippets for atom that I use. Helps to write code with use of service objects, presenters etc

GIF not related, duh!

Documentation

spec - creates new spec file - requires rials helper and add describe tag

desc - adds describe block

subj - adds subject with described_class inside

fact - factory scaffold for FactoryGirl

sit - Spec - it. Adds multiline it statement

slet - Spec - let. Adds let statement

servobj - General scaffold for service object

context - Spec - context.

sitex - Spec - it is expected. Single line it statement.