Skip to content

elight/describe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

== DESCRIPTION

Hub project for tools to regurgitate implemented specs in their purely descriptive and nested form.

For instance, for Shoulda:

context "A Foo" do
  context "when it does bar" do
    should "output blech" do
      # impl here
    end
  end
end

... would be rendered as:

A Foo
  when it does bar
    should output blech

== AUTHOR
Evan Light (evanATtiggerpalaceDOTcom): http://evan.tiggerpalace.com

== LICENSE

MIT License, of course

About

Hub project for distilling nested specs down to just the specs, ma'am.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published