Skip to content

Commit

Permalink
Typo in specs, might be cause of failing spec on TravisCI too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain Barnett committed Dec 19, 2012
1 parent 888f3e2 commit 1fd82cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/partial_spec.rb
Expand Up @@ -47,8 +47,8 @@
subject { Campo::Outputter.new.declarations }
it { should_not be_nil }
it { should be_a_kind_of String }
it { should include("- atts = {} if atts.nil?") }
it { should include("# for tabindex\n").should be_true }
it { should include("- atts = {} if atts.nil?") }
it { should include("# for tabindex\n") }
end
describe :options do
subject { Campo::Outputter.new.options }
Expand Down

0 comments on commit 1fd82cf

Please sign in to comment.