spec/lib/writefully/content_spec.rb in writefully-0.4.10 vs spec/lib/writefully/content_spec.rb in writefully-0.5.0
- old
+ new
@@ -3,10 +3,9 @@
module Writefully
describe Content do
let(:index) { {site: 'codemy-net', resource: 'posts', slug: '1-hash-selector-pattern' } }
let(:meta) { {
"title" => "Ruby Hash Selector Pattern",
- "slug" => "ruby-hash-selector-pattern",
"tags" => ["Ruby"],
"playlists" => ["A Shot of Ruby"],
"details" => { "blurb" => "We show you an alternative to if / else and case / switch.",
"cover" => "assets/hash-selector-icon.png" },
"position" => 1
\ No newline at end of file