spec/lib/legato/management/goal_spec.rb in legato-0.3.1 vs spec/lib/legato/management/goal_spec.rb in legato-0.3.2
- old
+ new
@@ -16,10 +16,10 @@
goal.name.should == "Goal 1"
goal.web_property_id.should == "WebProperty 7"
goal.profile_id.should == "Profile 111"
goal.attributes["value"].should == "/blah"
- goal.attributes.has_key?("id").should be_false
+ goal.attributes.has_key?("id").should eq(false)
end
it 'returns an array of all goals available to a user under an account' do
account = stub(:user => 'user', :path => 'accounts/12345')
Legato::Management::Goal.stubs(:all)