Commit 4d2b6d0cce9c9f915cec013e1e8d175a7dd1d635
1 parent
dc8b6a29
Exists in
master
and in
1 other branch
Removing no longer used spec test
Showing
1 changed file
with
0 additions
and
11 deletions
Show diff stats
spec/helpers/items_helper_spec.rb
| ... | ... | @@ -1,11 +0,0 @@ |
| 1 | -require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') | |
| 2 | - | |
| 3 | -describe ItemsHelper do | |
| 4 | - | |
| 5 | - #Delete this example and add some real ones or delete this file | |
| 6 | - it "is included in the helper object" do | |
| 7 | - included_modules = (class << helper; self; end).send :included_modules | |
| 8 | - included_modules.should include(ItemsHelper) | |
| 9 | - end | |
| 10 | - | |
| 11 | -end |