Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Oct 29, 2013
1 parent 34ff9ad commit 72fe12e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec/lib/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@
expect { sibling1_class.config.table.cellpadding = '0' }.not_to change { sibling2_class.config.table.cellpadding }
end
end
end

describe '.actions' do
it 'exists in class' do
expect(subject).to respond_to(:actions)
end
end
end

0 comments on commit 72fe12e

Please sign in to comment.