Skip to content

Commit

Permalink
fix style/spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Oct 20, 2012
1 parent 09fe7a8 commit 31e6dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/filters/noop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
CONFIG

sample "" do
insist { subject["new_field"]} == ["new_value", "new_value_2"]
sample "example" do
insist { subject["new_field"] } == ["new_value", "new_value_2"]
end
end

Expand All @@ -31,11 +31,11 @@
CONFIG

sample({"@type" => "noop"}) do
insist { subject.tags} == ["test"]
insist { subject.tags } == ["test"]
end

sample({"@type" => "not_noop"}) do
insist { subject.tags} == []
insist { subject.tags } == []
end
end

Expand Down

0 comments on commit 31e6dbd

Please sign in to comment.