Skip to content

Commit

Permalink
sample spec language cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Apr 4, 2009
1 parent 496ef19 commit 4a290b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/profile_spec.rb
Expand Up @@ -11,7 +11,7 @@

specify 'should require a name' do
@profile = Profile.new
@profile.save.should be_false
@profile.should_not be_valid
@profile.errors[:name].should include("Name must not be blank")
end
end

0 comments on commit 4a290b8

Please sign in to comment.