test ruby

Ruby code posted by jduan
created at 07 Sep 20:53, updated at 11 Sep 19:59

Edit | Back
1
2
3
4
5
describe Post do
     subject { Post.new published: true }

     it { should be_published }
end
101 Bytes in 4 ms with coderay