Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 13, 2015
1 parent fc15138 commit 33ba715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/proposal_store_test.rb
Expand Up @@ -37,11 +37,11 @@ def mock_properties(data = {})
end
end

describe "#has_tabs?" do
describe "#tabs?" do
it "returns true if proposal contains tabs" do
mock_properties("proposal_tabs" => [])

expect(subject.has_tabs?).to eq(true)
expect(subject.tabs?).to eq(true)
end
end

Expand Down

0 comments on commit 33ba715

Please sign in to comment.