navigatrix 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- require "capybara"
2
- require File.expand_path("../../support/list_rendering_strategy", __FILE__)
3
- require File.expand_path("../../../lib/navigatrix/rendering/strategies/list", __FILE__)
4
-
5
- module Navigatrix::Rendering::Strategies
6
- describe List do
7
- include ListRenderingStrategy
8
-
9
- it_should_behave_like "a list rendering strategy"
10
- end
11
- end