1 require File.dirname(__FILE__) + '/spec_helper'
9 #this will cause failures because it reallly SHOULD be adopted quickly
14 describe "BDD framework" do
17 @bdd_framework = BddFramework.new
20 it "should be adopted quickly" do
21 #this will fail because it reallly SHOULD be adopted quickly
22 @bdd_framework.should be_adopted_quickly
25 it "should be intuitive" do
26 @bdd_framework.should be_intuitive