spec/examples/post_spec.rb in tumblr_client-0.7.0 vs spec/examples/post_spec.rb in tumblr_client-0.7.1
- old
+ new
@@ -1,10 +1,10 @@
require 'spec_helper'
describe Tumblr::Post do
let(:client) { Tumblr::Client.new }
- let(:blog_name) { 'blogname' }
+ let(:blog_name) { 'blog.name' }
let(:file_path) { '/path/to/the/file' }
let(:file_data) { 'lol cats' }
let(:source) { 'the source' }
let(:post_id) { 42 }