Skip to content

Commit

Permalink
tweeking the assertion because the buildserver is getting different data
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhryan committed Apr 6, 2012
1 parent c615134 commit 4bf19a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/ghee/api/milestones_spec.rb
Expand Up @@ -6,7 +6,8 @@
def should_be_an_milestone(milestone)
milestone["title"].should_not be_nil
milestone["number"].should_not be_nil
milestone["due_on"].should_not be_nil
milestone["open_issues"].should_not be_nil
milestone["closed_issues"].should_not be_nil
end

describe "#repos(login,name)#milestones" do
Expand Down

0 comments on commit 4bf19a9

Please sign in to comment.