Skip to content

Instantly share code, notes, and snippets.

@joaovitor
Created October 23, 2010 12:19
Show Gist options
  • Select an option

  • Save joaovitor/642142 to your computer and use it in GitHub Desktop.

Select an option

Save joaovitor/642142 to your computer and use it in GitHub Desktop.

Revisions

  1. joaovitor created this gist Oct 23, 2010.
    11 changes: 11 additions & 0 deletions infinity_test
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    infinity_test do
    notifications :growl do
    show_images :mode => :faces
    end

    use :test_framework => :rspec

    before_run do
    clear :terminal
    end
    end