Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created October 1, 2010 17:05
Show Gist options
  • Save dreamr/606499 to your computer and use it in GitHub Desktop.
Save dreamr/606499 to your computer and use it in GitHub Desktop.
describe "pulling" do
it "should pull items from picoticker and create items" do
user = Factory.create(:user)
picoticker_block = Factory.create(:picoticker_block)
picoticker_block.user = user
picoticker_block.pull!
picoticker_block.picoticker_items.should_not be_empty
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment