polarblau

Results 31 issues of polarblau

- user brackets () - single or double ticks … or adjust to Ruby styleguide?

idea

``` ruby it 'should navigate to post' do visit('/') fill_in('capycorder-spec-name', :with => 'should navigate to post') click_link('“Foobar”') page.should have_selector('h2') end ```

bug

Starting to get a bit messy. Use event delegation?

enhancement

- Select test framework — rspec, test/unit, minitest, … - CSS or XPATH - Where to put output? Collect tests and output at once? - Optimize output? - Use scopes?...

idea
feature

- Remove duplicates - Remove empty input

idea
feature