Skip to content

Commit

Permalink
We don't want to have weird white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Rainbolt-Greene committed Apr 28, 2015
1 parent f179eba commit e8d147d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spec/lib/whiskey/server/cycle_spec.rb
Expand Up @@ -11,7 +11,7 @@
{
"resource" => "accounts",
"verb" => "PULL",
"parameters" => { "id" => 1}
"parameters" => { "id" => 1 }
}
end

Expand Down
4 changes: 0 additions & 4 deletions spec/lib/whiskey/server/interpretor_spec.rb
Expand Up @@ -57,7 +57,3 @@
describe "#has_verb?" do
end
end




1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -29,3 +29,4 @@
allow(Whiskey::Server).to receive(:configuration).and_return(configuration)
end
end

0 comments on commit e8d147d

Please sign in to comment.