Skip to content

Commit 93ba7af

Browse files
committed
Remove TODOs
1 parent 0ba3073 commit 93ba7af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/lib/ruby_gnuplot/plot_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
plot.title 'My Title'
114114
end
115115

116-
# TODO: check specification
117116
it 'changes value in current settings' do
118117
expect { plot.unset 'title' }
119118
.to change { plot['title'] }
@@ -151,7 +150,6 @@
151150
plot.title "My New Title"
152151
end
153152

154-
# TODO: check specification
155153
it "returns the last value set" do
156154
expect(plot['title']).to eq('"My New Title"')
157155
end
@@ -163,7 +161,6 @@
163161
plot.unset "title"
164162
end
165163

166-
# TODO: check specification
167164
it { expect(plot['title']).to be_nil }
168165
end
169166

@@ -174,7 +171,6 @@
174171
plot.title "My New Title"
175172
end
176173

177-
# TODO: check specification
178174
it "returns the last value set" do
179175
expect(plot['title']).to eq('"My New Title"')
180176
end

0 commit comments

Comments
 (0)