Commit 7f3e230cd7e714d3a74522f8efabf1de9053200a

Authored by dmitrig
2 parents 5fc44358 4d2b6d0c

Merge branch 'master' of github.com:allourideas/pairwise2

Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
spec/helpers/items_helper_spec.rb
@@ -1,11 +0,0 @@ @@ -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