Skip to content

Commit

Permalink
adding some tests for the "helpers" module
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Nov 23, 2010
1 parent 93fb517 commit 834ac7c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions spec/bones/helpers_spec.rb
@@ -0,0 +1,17 @@

require 'spec_helper'

module BonesHelpers
extend Bones::Helpers
end

describe Bones::Helpers do

before :each do
Bones::Helpers::HAVE.clear
end

it 'needs some specs'

end

0 comments on commit 834ac7c

Please sign in to comment.