Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
birthday in db 'seeds' is a lowercase b
  • Loading branch information
radar committed Feb 20, 2012
1 parent 9cd3274 commit 7d17eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/by_star/by_direction_spec.rb
Expand Up @@ -58,7 +58,7 @@ def posts_count(*args)

describe "previous and next" do
let(:current_post) { Post.find_by_text("post 1") }
let(:current_event) { Event.find_by_name("Mum's Birthday!") }
let(:current_event) { Event.find_by_name("Mum's birthday!") }

context "previous" do
it "can find the previous post" do
Expand Down

0 comments on commit 7d17eaa

Please sign in to comment.