Skip to content

Commit

Permalink
add coveralls results to gitignore and modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AimeeKnight committed Jun 17, 2014
1 parent 42a26b2 commit f0f7238
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec/dummy/public/uploads/blogament/post/image/*
tmp/uploads/blogament/post/image/*
tmp/uploads/tmp/*
tmp/rspec.txt
coverage/.resultset.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on it, and set up the post's relation.

Finally, Blogament needs to know who can create posts and who can't.
In order for Blogament to place nice with your current authentication
implementation, you'll need to impelment the following on you user model:
implementation, you'll need to implement the following on you user model:

```ruby
def can_blog?
Expand Down
2 changes: 1 addition & 1 deletion coverage/.resultset.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@
null
]
},
"timestamp": 1402972968
"timestamp": 1402975557
}
}
Binary file removed spec/data/skating.jpg
Binary file not shown.

0 comments on commit f0f7238

Please sign in to comment.