Skip to content

Commit

Permalink
Cube is accessible, don't need to use subject
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishunt committed May 16, 2013
1 parent 30b63ae commit bd08343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cube_solver/two_cycle_solver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"F' U2 D2 F2 R' D2 B L2 F L2 D2 F U2 F B L U' D' R' F D F' L2 F' B2"
].each do |scramble|
context "with scramble (#{scramble})" do
before { subject.cube.perform! scramble }
before { cube.perform! scramble }

it_should_behave_like 'a cube that can be solved'
end
Expand Down

0 comments on commit bd08343

Please sign in to comment.