Skip to content

Instantly share code, notes, and snippets.

@kibaekr
Created April 22, 2014 19:19
Show Gist options
  • Save kibaekr/11191069 to your computer and use it in GitHub Desktop.
Save kibaekr/11191069 to your computer and use it in GitHub Desktop.
course_spec.rb
it "should be able to be completed if all steps are complete" do
@course.steps.delete_all
step = FactoryGirl.build(:step)
@course.steps << step
@user.steps << step
@course.completed_by(@user).should == true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment