Skip to content

Instantly share code, notes, and snippets.

@roblevintennis
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblevintennis/3683c480684f7c822f8a to your computer and use it in GitHub Desktop.
Save roblevintennis/3683c480684f7c822f8a to your computer and use it in GitHub Desktop.
require 'fixjour'
require File.expand_path("./spec/spec_helpers/builders.rb")
include Fixjour
w = Workspace.find( YOUR_WORKSPACE_ID_HERE )
60.times { |n| create_story(workspace: w, title: n) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment