diff options
author | Philip Arndt <p@arndt.io> | 2014-10-11 11:36:29 +0100 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2014-10-11 11:36:29 +0100 |
commit | a96ffaf51220e928b3fbdfcc4db969cc810f597b (patch) | |
tree | 7831b0be422803d60da0db11eda26628582eb5ad /spec/lib | |
parent | c1d68ecdbc6b4912d3fc6c749060d8820f85a531 (diff) | |
download | refinerycms-blog-a96ffaf51220e928b3fbdfcc4db969cc810f597b.tar.gz refinerycms-blog-a96ffaf51220e928b3fbdfcc4db969cc810f597b.tar.bz2 refinerycms-blog-a96ffaf51220e928b3fbdfcc4db969cc810f597b.zip |
Removed plugin#activity call as this method was removed.
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/refinery/blog/engine_spec.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/lib/refinery/blog/engine_spec.rb b/spec/lib/refinery/blog/engine_spec.rb index b64601a..4961854 100644 --- a/spec/lib/refinery/blog/engine_spec.rb +++ b/spec/lib/refinery/blog/engine_spec.rb @@ -4,15 +4,6 @@ module Refinery module Blog describe Engine do describe "plugin activity" do - let(:activity) do - Refinery::Plugins.registered.find_by_name("refinerycms_blog").activity.first - end - - it "sets the correct path for activity entries" do - activity.url.should eq("refinery.edit_blog_admin_post_path") - end - end - describe ".load_seed" do it "is idempotent" do Engine.load_seed |