senny / corner_stones

capybara building blocks for acceptance tests.
18 stars 8 forks source link

mixin for tables to remove whitespace #12

Closed senny closed 12 years ago

senny commented 12 years ago

simple mixin to remove whitespace form table cells.

//review @stmichael

senny commented 12 years ago

@stmichael I'm using corner_stones for some time now and I just now ran into the situation where I can't get around the whitespace. I think the default behavior works for most cases. I think it makes sense to keep the default implementation as small as possible and let the users pick and choose what they need.