- Softwrap mode:
- Toggle
Blob of spec/models/committership_spec.rb
(raw blob data)
| 1 | require File.dirname(__FILE__) + '/../spec_helper' |
| 2 | |
| 3 | describe Committership do |
| 4 | before(:each) do |
| 5 | @committership = Committership.new |
| 6 | end |
| 7 | |
| 8 | it "should be valid" do |
| 9 | @committership.should be_valid |
| 10 | end |
| 11 | end |
