Sha256: f07ebd5c18ff49ae9600fe58a16ccd6882e4aec31b83f64720ac029e8350f48b

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

Fabricator(:app, :class_name => 'TentD::Model::App') do
  name "MicroBlogger"
  description "Manages your status updates"
  url "https://microbloggerapp.example.com"
  icon "https://microbloggerapp.example.com/icon.png"
  redirect_uris ["https://microbloggerapp.example.com/auth/callback?foo=bar"]
  scopes { Hash.new(
    "read_posts" => "Can read your posts",
    "create_posts" => "Can create posts on your behalf"
  ) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tentd-0.0.1 spec/fabricators/apps_fabricator.rb